summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 15edd4972..25fe80a76 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -117,6 +117,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_17
+ bool "1.0.17"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_16
bool "1.0.16"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -125,10 +129,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_15
bool "1.0.15"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_14
- bool "1.0.14"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -219,9 +219,9 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.17" if ADK_TARGET_LIB_UCLIBC_NG_1_0_17
default "1.0.16" if ADK_TARGET_LIB_UCLIBC_NG_1_0_16
default "1.0.15" if ADK_TARGET_LIB_UCLIBC_NG_1_0_15
- default "1.0.14" if ADK_TARGET_LIB_UCLIBC_NG_1_0_14
default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15
default "1.1.14" if ADK_TARGET_LIB_MUSL_1_1_14
default "1.1.13" if ADK_TARGET_LIB_MUSL_1_1_13