[source] Revert "uClibc-ng: update to 1.0.21"

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 6 04:04:39 PST 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/46b02131d74280a621960c51e96b5658c73e2f1c

commit 46b02131d74280a621960c51e96b5658c73e2f1c
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Mon Feb 6 13:02:51 2017 +0100

    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 at mein.io>
---
 toolchain/uClibc/Config.version | 2 +-
 toolchain/uClibc/common.mk      | 2 +-
 2 files changed, 2 insertions(+), 2 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
diff --git a/toolchain/uClibc/common.mk b/toolchain/uClibc/common.mk
index d718869..35f4f80 100644
--- a/toolchain/uClibc/common.mk
+++ b/toolchain/uClibc/common.mk
@@ -16,7 +16,7 @@ CONFIG_DIR:=$(PATH_PREFIX)/config
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 LIBC_SO_VERSION:=$(PKG_VERSION)
 
-PKG_HASH:=6e99ebebe8a46ddcd26615828d51b62dbf580568aa58bf5f495da37eba0c872d
+PKG_HASH:=3c63d9f8c8b98b65fa5c4040d1c8ab1b36e99a16e1093810cedad51ac15c9a9e
 
 HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
 



More information about the lede-commits mailing list