diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 16:55:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 16:55:33 +0100 |
commit | 4e630077f1cbeb71a3009dd7a7e778b8e59cdf81 (patch) | |
tree | 7a761bb6d164206faa80fd83983ca34ea528f1df /target | |
parent | 5722a7751a8a9025871c608f7c107cd7deb3fdde (diff) |
opkg: update to latest, add host variant, enable gpg support
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.target | 1 | ||||
-rw-r--r-- | target/config/Config.in.tools | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target index 920d709cc..4f8b95c04 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -216,6 +216,7 @@ config ADK_TARGET_PACKAGE_IPKG config ADK_TARGET_PACKAGE_OPKG bool "opkg" select ADK_PACKAGE_OPKG + select ADK_HOST_NEED_OPKG help Create opkg packages and use opkg package management on the target. 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 |