summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-03-08 05:33:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-17 04:00:53 +0100
commitd0ee6e2acec02180b8940269020f4034c805f83a (patch)
tree992ad5d3bdef91a08dfc873f7ba21b2c1a841b60
parent23a2a79c9d5e3b26f5be9ba641b20b365b6b2899 (diff)
target/config: Allow targets to require kernel2minor host package
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--target/config/Config.in.tools9
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