diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index f8ce1b0e2..b8e386ff2 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -69,8 +69,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_3 - bool "1.0.3" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_4 + bool "1.0.4" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 1a0bdaf7f..e4ab8041b 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.3" if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + default "1.0.4" if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 @@ -35,7 +35,7 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 config ADK_TARGET_SUFFIX string |