diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-27 22:45:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-27 22:46:04 +0100 |
commit | 058eb9f410843b8627626a13be2fdda5ba107343 (patch) | |
tree | dda62f7a0b00d3fc42b8c38d0b51c6519e64df76 /target/config | |
parent | 2db43efa7c6f864d8f0e1099e6ccde4883917201 (diff) |
add basic support for opkg, update to latest stable
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.target | 8 |
1 files changed, 8 insertions, 0 deletions
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 |