From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 18 Apr 2013 13:51:16 +0000 (+0000)
Subject: build: fix make defconfig
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cf46e78b5f0ddd488dd6b3026c370d51b63d5986;p=openwrt%2Fstaging%2Fzorun.git

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