diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2026-01-10 13:52:23 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2026-01-10 13:52:23 +0100 |
| commit | 5b7e76945891dab4dbc59d23d23828e0ce14e9be (patch) | |
| tree | 7bc5a5c6788390fdf97a18bcae2d60f5f04184d0 /target | |
| parent | 1809e52088466bc35f966ddb4b3a7c9d75e84cc3 (diff) | |
uclibc-ng: update to 1.0.56
Diffstat (limited to 'target')
| -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 382c527a4..49cffcda4 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -148,8 +148,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_55 - bool "1.0.55" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_56 + bool "1.0.56" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -198,7 +198,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.55" if ADK_TARGET_LIB_UCLIBC_NG_1_0_55 + default "1.0.56" if ADK_TARGET_LIB_UCLIBC_NG_1_0_56 default "1.2.5" if ADK_TARGET_LIB_MUSL_1_2_5 default "2.42" if ADK_TARGET_LIB_GLIBC_2_42 default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0 |
