summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-18 13:51:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-18 13:51:16 +0000
commit84826541e5147759255cb4ecac3d47d4963a40bd (patch)
treeef422d4a5a898c2125e09b86640bf38e4760699f /include
parentf6a0204436d51e2227a1b9c8f0463936a9c03f0a (diff)
build: fix make defconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 708228600..b8608eeae 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