diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-23 09:03:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-23 09:03:15 +0100 |
commit | bf6f9b3575167dae9993a9a4b0086c8a2a276927 (patch) | |
tree | 229bc4fa2b8077edee9e22bfee2b0c08ccea28a3 /target/config | |
parent | 6647520d52d800175545414c027d75ac39c07ecc (diff) |
fix reconfig issue, older kernel need mkimage
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 7e37f5ec1..b232a3674 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -38,6 +38,10 @@ config ADK_HOST_NEED_CCACHE boolean default n +config ADK_HOST_NEED_MKIMAGE + boolean + default n + config ADK_HOST_NEED_PCRE boolean default y if ADK_HOST_DARWIN |