diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-01 14:02:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-01 14:02:08 +0200 |
commit | 12b287b1bd9b20c9a2b8594cf9b362c3e833d4c5 (patch) | |
tree | 410a488fa35d64c2414b415b778e658d665136ef /target | |
parent | 6173a7cf5880ea8405c1a1ca0d5c48483d801291 (diff) |
uclibc-ng: update to 1.0.17
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 10 |
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 |