summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-26 11:06:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-26 11:06:51 +0100
commit0cc22b4e75d96c042dd30067297a93323d2183f2 (patch)
treefc04a19f6024faf185f1e44601eff51ecedf05c7 /mk/build.mk
parentfb4bf753739e2ae260ada81ae8436e326cb962d0 (diff)
fix pregen of config
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 7ac861c7c..5c5d2a84c 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -401,7 +401,7 @@ defconfig: .menu $(CONFIG)/conf
>> $(ADK_TOPDIR)/.defconfig; \
fi
@if [ ! -z "$(ADK_TARGET_FS)" ];then \
- grep "^config" target/config/Config.in.target \
+ grep "^config" target/config/Config.in.rootfs \
|grep -i "$(ADK_TARGET_FS)" \
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
@@ -466,7 +466,7 @@ allconfig:
echo $$symbol >> $(ADK_TOPDIR)/all.config; \
done
@if [ ! -z "$(ADK_TARGET_FS)" ];then \
- grep "^config" target/config/Config.in.target \
+ grep "^config" target/config/Config.in.rootfs \
|grep -i "$(ADK_TARGET_FS)" \
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/all.config; \