瀏覽代碼

set git version as default

Waldemar Brodkorb 11 年之前
父節點
當前提交
7dd6c19344
共有 1 個文件被更改,包括 5 次插入5 次删除
  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