From 0cc22b4e75d96c042dd30067297a93323d2183f2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Dec 2015 11:06:51 +0100 Subject: fix pregen of config --- mk/build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/build.mk') 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; \ -- cgit v1.2.3