summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-01-14 15:10:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-14 15:10:25 +0100
commit198382dd50e09f723ab5a03274a1c73dc7cf8aaf (patch)
treebd8333878b927e34082a70328cf4293daaafa1f8 /target
parent12db3c8436211c587cc8d8249482cad48a06fbfe (diff)
uClibc-ng: update to 1.0.51
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index aff202edf..974a7c557 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -150,8 +150,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_50
- bool "1.0.50"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_51
+ bool "1.0.51"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -200,7 +200,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.50" if ADK_TARGET_LIB_UCLIBC_NG_1_0_50
+ default "1.0.51" if ADK_TARGET_LIB_UCLIBC_NG_1_0_51
default "1.2.5" if ADK_TARGET_LIB_MUSL_1_2_5
default "2.40" if ADK_TARGET_LIB_GLIBC_2_40
default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0