From 058eb9f410843b8627626a13be2fdda5ba107343 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Jan 2015 22:45:38 +0100 Subject: add basic support for opkg, update to latest stable --- target/config/Config.in.target | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.target b/target/config/Config.in.target index 9cc227d9b..5d82bb6c0 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -264,6 +264,7 @@ config ADK_TARGET_ROOTFS config ADK_PACKAGE_SUFFIX string default "ipk" if ADK_TARGET_PACKAGE_IPKG + default "ipk" if ADK_TARGET_PACKAGE_OPKG default "tar.xz" if ADK_TARGET_PACKAGE_TXZ help @@ -285,6 +286,13 @@ config ADK_TARGET_PACKAGE_IPKG select BUSYBOX_IPKG help Create ipkg packages and use ipkg package management on the target. + +config ADK_TARGET_PACKAGE_OPKG + boolean + prompt "opkg" + select ADK_PACKAGE_OPKG + help + Create opkg packages and use opkg package management on the target. endchoice -- cgit v1.2.3