summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.target8
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