From: Felix Fietkau Date: Thu, 18 Apr 2013 13:51:16 +0000 (+0000) Subject: build: fix make defconfig X-Git-Tag: reboot~10641 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=cf46e78b5f0ddd488dd6b3026c370d51b63d5986 build: fix make defconfig SVN-Revision: 36362 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 708228600c..b8608eeaeb 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -89,7 +89,7 @@ config-clean: FORCE defconfig: scripts/config/conf prepare-tmpinfo FORCE touch .config - $< --defconfig .config Config.in + $< --defconfig=.config Config.in confdefault-y=allyes confdefault-m=allmod