diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-05 17:33:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-05 17:33:05 +0200 |
commit | 4667cf73480872d40f19bd4faf5dbd649723aed4 (patch) | |
tree | d0a5a7314e74bb158a1058b1d9434754d031d46c /mk | |
parent | bc442421ee431d9b8976e2aa90615950eda5e1f6 (diff) |
now really a fix
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk index 5cd696b55..bb59658a5 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -421,7 +421,7 @@ endif fi @if [ ! -z "$(ADK_TARGET_ARCH)" ];then \ grep "^config" target/config/Config.in.arch.choice \ - |grep -i "$(ADK_TARGET_ARCH)$$" \ + |grep -i "_$(ADK_TARGET_ARCH)$$" \ |sed -e "s#^config \(.*\)#\1=y#" \ >> $(ADK_TOPDIR)/.defconfig; \ fi |