diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 22:54:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 22:54:49 +0200 |
commit | 75f6c379c5f19b99ea5488a73aac91f29a51273e (patch) | |
tree | 274d97a0e11443cd577873f58124b3e8f8445d7b /target/config/Config.in.libc.default | |
parent | e08bf157776a3cdfffa885b41874107c6a060444 (diff) |
sync uClibc patches, use only git for uCLibc-ng for now.
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index afb4fdb38..f0daedd2d 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,6 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.0rc1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 |