summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-21 16:55:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-21 16:55:33 +0100
commit4e630077f1cbeb71a3009dd7a7e778b8e59cdf81 (patch)
tree7a761bb6d164206faa80fd83983ca34ea528f1df /target/config/Config.in.tools
parent5722a7751a8a9025871c608f7c107cd7deb3fdde (diff)
opkg: update to latest, add host variant, enable gpg support
Diffstat (limited to 'target/config/Config.in.tools')
-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 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