summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-21 17:53:28 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-21 17:53:28 +0000
commit429901cf6c069720d4bea16f77f76917ed7acc5c (patch)
tree367c70ff2edd1d951383a6f53455a8336310fed4
parent2d61704bccd4f9e43428f4b9e98db007388c2f69 (diff)
uclibc-ng: update to 1.0.28
-rw-r--r--target/config/Config.in.libc4
-rw-r--r--toolchain/uclibc-ng/Makefile.inc8
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 14a49955e..d1d9c2742 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -140,8 +140,8 @@ endchoice
choice
prompt "C library version"
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_27
- bool "1.0.27"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_28
+ bool "1.0.28"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index 953261c95..19a68e5c6 100644
--- a/toolchain/uclibc-ng/Makefile.inc
+++ b/toolchain/uclibc-ng/Makefile.inc
@@ -7,10 +7,10 @@ PKG_VERSION:= git
PKG_RELEASE:= 1
PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_27),y)
-PKG_VERSION:= 1.0.27
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_28),y)
+PKG_VERSION:= 1.0.28
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.27/
-PKG_HASH:= 9452b0e92f76db19d8ff30b2d6d10a80e1ed01e4c504a36fef34cfc9de490b24
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.28/
+PKG_HASH:= a1504ddc34a29cc9bfd1f5a7419c4b63bb510d9e2faed81618d1b596ceb0a5a9
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz