summaryrefslogtreecommitdiff
path: root/target/config/Config.in.target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-30 08:02:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 08:37:38 +0200
commit774447050c0aa178df803d8429449cc9234e3f8a (patch)
tree2bff3604f06ed4ac73729c737ccebd76c1ea29b5 /target/config/Config.in.target
parent9910ddc19e5a04abd3287012587e8cd4bc6f0d83 (diff)
set tar.xz as default
Diffstat (limited to 'target/config/Config.in.target')
-rw-r--r--target/config/Config.in.target17
1 files changed, 8 insertions, 9 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target
index 7200efd1a..4742f9226 100644
--- a/target/config/Config.in.target
+++ b/target/config/Config.in.target
@@ -255,17 +255,9 @@ config ADK_PACKAGE_SUFFIX
choice
prompt "Target package format"
-default ADK_TARGET_PACKAGE_TXZ if ADK_PKG_TEST
-default ADK_TARGET_PACKAGE_IPKG
+default ADK_TARGET_PACKAGE_TXZ
depends on !ADK_CHOOSE_TARGET_SYSTEM && !ADK_CHOOSE_TARGET_ARCH
-config ADK_TARGET_PACKAGE_IPKG
- boolean
- prompt "ipkg"
- select BUSYBOX_IPKG
- help
- Create ipkg packages and use ipkg package management on the target.
-
config ADK_TARGET_PACKAGE_TXZ
boolean
prompt "xz compressed tar archive"
@@ -273,5 +265,12 @@ config ADK_TARGET_PACKAGE_TXZ
Create compressed tar archives of packages.
Pre- and post install scripts will be executed in the target
directory. There will be no package manager installed onto the target.
+
+config ADK_TARGET_PACKAGE_IPKG
+ boolean
+ prompt "ipkg"
+ select BUSYBOX_IPKG
+ help
+ Create ipkg packages and use ipkg package management on the target.
endchoice