diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-02-06 13:02:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-06 13:04:33 +0100 |
commit | 46b02131d74280a621960c51e96b5658c73e2f1c (patch) | |
tree | d217cde5d1f08886cf0e2138de0d1869254d693d /toolchain/uClibc/Config.version | |
parent | 649e766a64a0d001f040dfc225c601b3d0af6f40 (diff) | |
download | mtk-20170518-46b02131d74280a621960c51e96b5658c73e2f1c.zip mtk-20170518-46b02131d74280a621960c51e96b5658c73e2f1c.tar.gz mtk-20170518-46b02131d74280a621960c51e96b5658c73e2f1c.tar.bz2 |
Revert "uClibc-ng: update to 1.0.21"
This reverts commit dde5c729ec92cbb11cf6367d93887e634b0ac756.
The uClibc update was completely untested, does not build with Kernel 4.4 and
did not adjust the configuration to predeclare new config symbols.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'toolchain/uClibc/Config.version')
-rw-r--r-- | toolchain/uClibc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version index d44f5cb..3c1c54d 100644 --- a/toolchain/uClibc/Config.version +++ b/toolchain/uClibc/Config.version @@ -1,7 +1,7 @@ config UCLIBC_VERSION string depends on USE_UCLIBC - default "1.0.21" + default "1.0.14" config UCLIBC_VERSION_NG bool |