2.6.30 supports different initramfs compressors, take care of them
[openwrt.git] / include / kernel-build.mk
index 477c9ee..d48f8b9 100644 (file)
@@ -77,7 +77,7 @@ define BuildKernel
   compile: $(LINUX_DIR)/.modules
        $(MAKE) -C image compile TARGET_BUILD=
 
-  oldconfig menuconfig: $(STAMP_PREPARED) FORCE
+  oldconfig menuconfig: $(STAMP_PREPARED) $(STAMP_CHECKED) FORCE
        [ -e "$(LINUX_CONFIG)" ] || touch "$(LINUX_CONFIG)"
        $(LINUX_CONFCMD) > $(LINUX_DIR)/.config
        touch $(LINUX_CONFIG)
This page took 0.022744 seconds and 4 git commands to generate.