X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Ftoplevel.mk;h=6d46fe1edd2dafc0832f19bfe9862d5fe2abacda;hb=51431b8d4363b37577988ad2b63e4e1acf9b95c4;hp=ab4448ae1047411414aeca5fcf748c94d447ce5c;hpb=1a696a41c5982de6e097d89a3f464a3a6c85f679;p=openwrt-github%2F.git diff --git a/include/toplevel.mk b/include/toplevel.mk index ab4448ae10..6d46fe1edd 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -75,7 +75,7 @@ oldconfig: scripts/config/conf prepare-tmpinfo FORCE $< -$(if $(CONFDEFAULT),$(CONFDEFAULT),o) Config.in menuconfig: scripts/config/mconf prepare-tmpinfo FORCE - if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \ + if [ \! -e .config -a -e $(HOME)/.openwrt/defconfig ]; then \ cp $(HOME)/.openwrt/defconfig .config; \ fi $< Config.in