diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-08-22 21:59:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-08-22 21:59:07 +0200 |
commit | f6e522c3ff8e6dcfaf632356971ddd6de4ec6c97 (patch) | |
tree | eaca66c49c6b63adb9881fd2886dd7670e26516b /target/config/Config.in.libc.default | |
parent | 149f511995d263e7596b9a75e85d11e2ff171bf0 (diff) |
update uClibc-ng to 1.0.6, no symlinking required
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index a217d7bd9..5987496ed 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.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 + default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 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 @@ -36,7 +36,7 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 config ADK_TARGET_SUFFIX string |