diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-23 21:52:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-23 21:52:28 +0200 |
commit | 71f9379f60753c4a4edad91058523e98eaa0fe40 (patch) | |
tree | 034434e1159d21078c9c26ad98476b701ad0fe36 /target/config | |
parent | 2abd49377d4418360d4406614519bd388aeae1bb (diff) |
fix detection of Host OS
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 858e57ea3..1a34e94a6 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -209,7 +209,8 @@ config ADK_HOST_BUILD_PCRE config ADK_HOST_BUILD_KMOD bool - default y + default y if ADK_HOST_LINUX + default n source "target/config/Config.in.prereq" |