From d0ee6e2acec02180b8940269020f4034c805f83a Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 8 Mar 2017 05:33:32 +0100 Subject: target/config: Allow targets to require kernel2minor host package Signed-off-by: Phil Sutter --- target/config/Config.in.tools | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target') 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 -- cgit v1.2.3