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.target | 1 + target/config/Config.in.tools | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'target') 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 -- cgit v1.2.3