From 4e630077f1cbeb71a3009dd7a7e778b8e59cdf81 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Dec 2015 16:55:33 +0100 Subject: opkg: update to latest, add host variant, enable gpg support --- target/config/Config.in.tools | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/config/Config.in.tools') diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index fb8e44d42..62f48ca0b 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -193,6 +193,15 @@ config ADK_HOST_BUILD_PATCHELF bool default n +config ADK_HOST_NEED_OPKG + bool + default n + +config ADK_HOST_BUILD_OPKG + bool + default y if ADK_HOST_NEED_OPKG + default n + config ADK_HOST_NEED_SQUASHFS bool default n -- cgit v1.2.3