X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=blobdiff_plain;f=include%2Ftoplevel.mk;h=4b63e8ab47a570c35d256ca011487f3d305b2799;hp=ceafffb3a7ba088e5fc5486e666c92bad9831142;hb=5bf98b1acc3b6b178f8954c5075a58e1e6a99d6a;hpb=8f43ba8c489caa978b368decf0d66f70374389fd diff --git a/include/toplevel.mk b/include/toplevel.mk index ceafffb3a7..4b63e8ab47 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -129,7 +129,7 @@ menuconfig: scripts/config/mconf prepare-tmpinfo FORCE if [ \! -e .config -a -e $(HOME)/.openwrt/defconfig ]; then \ cp $(HOME)/.openwrt/defconfig .config; \ fi - $< Config.in + [ -L .config ] && export KCONFIG_OVERWRITECONFIG=1; $< Config.in prepare_kernel_conf: .config FORCE