diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl
index c6075d6..782e9ee 100644
--- a/LFS/lfs.xsl
+++ b/LFS/lfs.xsl
@@ -415,6 +415,8 @@ echo -e "\n\nTotalseconds: $SECONDS\n"
make mrproper
cp -v ../kernel-config .config
+ timeout 60 make oldconfig ||\
+ { echo kernel config is not up to date; exit 124; }