diff options
author | Phil Sutter <phil@nwl.cc> | 2017-03-08 05:33:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-17 04:00:53 +0100 |
commit | d0ee6e2acec02180b8940269020f4034c805f83a (patch) | |
tree | 992ad5d3bdef91a08dfc873f7ba21b2c1a841b60 /target/config | |
parent | 23a2a79c9d5e3b26f5be9ba641b20b365b6b2899 (diff) |
target/config: Allow targets to require kernel2minor host package
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index adff5da98..46a73c542 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -242,6 +242,15 @@ config ADK_HOST_BUILD_MTD_UTILS default y if ADK_HOST_NEED_MTD_UTILS default n +config ADK_HOST_NEED_KERNEL2MINOR + bool + default n + +config ADK_HOST_BUILD_KERNEL2MINOR + bool + default y if ADK_HOST_NEED_KERNEL2MINOR + default n + config ADK_HOST_BUILD_PATCHELF bool default n |