diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-02-04 10:16:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-02-04 10:16:42 +0100 |
commit | ded166ac4e380f8d7dfb87dcee970c64a23a3c6e (patch) | |
tree | 2363a09701d5534b50306278e8844e8482069ab1 /target/config | |
parent | 11f569583fa14cc97566d6464635309cdc7b5e35 (diff) |
glibc: update to 2.31
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 6287a6e22..8a68bd890 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -151,8 +151,8 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_GLIBC_2_30 - bool "2.30" +config ADK_TARGET_LIB_GLIBC_2_31 + bool "2.31" depends on ADK_TARGET_LIB_GLIBC config ADK_TARGET_LIB_GLIBC_GIT |