Explorar o código

set tar.xz as default

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
774447050c
Modificáronse 1 ficheiros con 8 adicións e 9 borrados
  1. 8 9
      target/config/Config.in.target

+ 8 - 9
target/config/Config.in.target

@@ -255,17 +255,9 @@ config ADK_PACKAGE_SUFFIX
 
 
 choice
 choice
 prompt "Target package format"
 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
 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
 config ADK_TARGET_PACKAGE_TXZ
 	boolean
 	boolean
 	prompt "xz compressed tar archive"
 	prompt "xz compressed tar archive"
@@ -273,5 +265,12 @@ config ADK_TARGET_PACKAGE_TXZ
 	  Create compressed tar archives of packages.
 	  Create compressed tar archives of packages.
 	  Pre- and post install scripts will be executed in the target
 	  Pre- and post install scripts will be executed in the target
 	  directory. There will be no package manager installed onto 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
 endchoice