summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-19 01:49:15 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-19 01:49:30 -0600
commit751f25e5cb1361584313e21df1af02c96e17326c (patch)
treeb41aabdcce3b038e1f49af08ec9eb41869734d78 /mk/build.mk
parent949d8663f2f12c986ef2983b7b307f5ecddf060e (diff)
remove package collection leftovers
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 7b26bfe80..040e2af24 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -436,12 +436,6 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
fi
- @if [ ! -z "$(ADK_TARGET_COLLECTION)" ];then \
- grep -h "^config" target/collections/* \
- |grep -i "$(ADK_TARGET_COLLECTION)" \
- |sed -e "s#^config \(.*\)#\1=y#" \
- >> $(ADK_TOPDIR)/.defconfig; \
- fi
@if [ ! -z "$(ADK_TARGET_LIBC)" ];then \
libc=$$(echo "$(ADK_TARGET_LIBC)"|sed -e "s/-/_/"); \
grep "^config" target/config/Config.in.libc.choice \