diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-14 21:22:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-14 21:22:12 +0100 |
commit | e12db6ec06b5368efe5ae558d1e917b49be2394f (patch) | |
tree | 36c25322bd27fd0d0db4fa58ea91bb6461cf7e2f | |
parent | 1fbe897e9990647a234e92e68cb709c42ac3f558 (diff) |
remove PKG, not sure for what it was used
-rw-r--r-- | mk/build.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/build.mk b/mk/build.mk index 66472657a..0c2360bc4 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -365,12 +365,6 @@ endif |sed -e "s#^config \(.*\)#\1=y#" \ >> $(TOPDIR)/.defconfig; \ fi - @if [ ! -z "$(PKG)" ];then \ - grep "^config" target/config/Config.in \ - |grep -i "$(PKG)" \ - |sed -e "s#^config \(.*\)#\1=y#" \ - >> $(TOPDIR)/.defconfig; \ - fi @if [ ! -z "$(LIBC)" ];then \ grep "^config" target/config/Config.in \ |grep -i "$(LIBC)" \ @@ -429,12 +423,6 @@ endif |sed -e "s#^config \(.*\)#\1=y#" \ >> $(TOPDIR)/all.config; \ fi - @if [ ! -z "$(PKG)" ];then \ - grep "^config" target/config/Config.in \ - |grep -i "$(PKG)" \ - |sed -e "s#^config \(.*\)#\1=y#" \ - >> $(TOPDIR)/all.config; \ - fi @if [ ! -z "$(LIBC)" ];then \ grep "^config" target/config/Config.in \ |grep -i "$(LIBC)" \ |