diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-04-28 21:52:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-04-28 21:52:02 +0200 |
commit | 271291452d56e3cbce1f6dcd09759f0f8e90b1f0 (patch) | |
tree | 91039c189cd9072d1a51183848b91e8788cabad6 /target/config | |
parent | acd89bc2cb3e01782c4af6e06f90f4545cd07533 (diff) |
uclibc-ng: update to 1.0.30
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 4e128f5b9..46a3559b2 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -141,8 +141,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_29 - bool "1.0.29" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_30 + bool "1.0.30" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -232,7 +232,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.29" if ADK_TARGET_LIB_UCLIBC_NG_1_0_29 + default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30 default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19 default "2.27" if ADK_TARGET_LIB_GLIBC_2_27 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 |