add some sanity checking
[openwrt.git] / include / toplevel.mk
index 606e3e5..e13d667 100644 (file)
@@ -45,7 +45,7 @@ prepare-tmpinfo: FORCE
        touch $(TOPDIR)/tmp/.build
 
 .config: ./scripts/config/conf prepare-tmpinfo
-       @+if [ \! -f .config ]; then \
+       @+if [ -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
                [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
                $(NO_TRACE_MAKE) menuconfig $(PREP_MK); \
        fi
This page took 0.020473 seconds and 4 git commands to generate.