[PATCH 14/15] target/config: Allow targets to require kernel2minor host package

8 Mar
2017
8 Mar
'17
4:33 a.m.
Signed-off-by: Phil Sutter <phil@nwl.cc> --- target/config/Config.in.tools | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index adff5da9859be..46a73c5422b43 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 -- 2.9.3
3112
Age (days ago)
3112
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phil Sutter