Browse Source

set git version as default

Waldemar Brodkorb 11 years ago
parent
commit
7dd6c19344
1 changed files with 5 additions and 5 deletions
  1. 5 5
      target/config/Config.in.libc.choice

+ 5 - 5
target/config/Config.in.libc.choice

@@ -83,17 +83,17 @@ config ADK_TARGET_LIB_GLIBC_GIT
 	select ADK_DISABLE_CHECKSUM
 	depends on ADK_TARGET_LIB_GLIBC
 
-config ADK_TARGET_LIB_UCLIBC_0_9_33_2
-	prompt "0.9.33.2"
-	boolean
-	depends on ADK_TARGET_LIB_UCLIBC
-
 config ADK_TARGET_LIB_UCLIBC_GIT
 	prompt "git"
 	boolean
 	select ADK_DISABLE_CHECKSUM
 	depends on ADK_TARGET_LIB_UCLIBC
 
+config ADK_TARGET_LIB_UCLIBC_0_9_33_2
+	prompt "0.9.33.2"
+	boolean
+	depends on ADK_TARGET_LIB_UCLIBC
+
 config ADK_TARGET_LIB_MUSL_1_1_4
 	prompt "1.1.4"
 	boolean