summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-15 22:16:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-15 22:16:11 +0100
commita1cb74821a3d4ccb708280ad1ed8297c67c4a54b (patch)
tree51c8435bca5b4bbe83d4ca4dae420c0879705442 /target/config/Config.in.tools
parent5ab73932ee0b48cee835aecf6434bd32ec1ea599 (diff)
fix kernel build on Darwin for x86 targets
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too.
Diffstat (limited to 'target/config/Config.in.tools')
-rw-r--r--target/config/Config.in.tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools
index c4dcdace4..c2dee7e19 100644
--- a/target/config/Config.in.tools
+++ b/target/config/Config.in.tools
@@ -38,6 +38,11 @@ config ADK_HOST_NEED_CCACHE
boolean
default n
+config ADK_HOST_NEED_PCRE
+ boolean
+ default y if ADK_HOST_DARWIN
+ default n
+
config ADK_TOOLS_ADDPATTERN_ARGS
string
default "-p W54G -v v4.20.6" if ADK_TARGET_BROADCOM_MODEL_LINKSYS_WRT54G