summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.libc12
-rw-r--r--toolchain/uclibc-ng/Makefile.inc12
2 files changed, 12 insertions, 12 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 26c1e92de..b2365f453 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -52,6 +52,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_8
+ bool "1.0.8"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_7
bool "1.0.7"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -60,10 +64,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_6
bool "1.0.6"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_5
- bool "1.0.5"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -134,9 +134,9 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.8" if ADK_TARGET_LIB_UCLIBC_NG_1_0_8
default "1.0.7" if ADK_TARGET_LIB_UCLIBC_NG_1_0_7
default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6
- default "1.0.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5
default "1.1.12" if ADK_TARGET_LIB_MUSL_1_1_12
default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11
default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10
@@ -149,9 +149,9 @@ config ADK_LIBC_VERSION
config ADK_TARGET_LIB_UCLIBC_NG_1_0
bool
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_8
default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_7
default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6
- default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5
config ADK_TARGET_SUFFIX
string
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index c9e255534..80943c795 100644
--- a/toolchain/uclibc-ng/Makefile.inc
+++ b/toolchain/uclibc-ng/Makefile.inc
@@ -7,6 +7,12 @@ PKG_VERSION:= git
PKG_RELEASE:= 1
PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
endif
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_8),y)
+PKG_VERSION:= 1.0.8
+PKG_RELEASE:= 1
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.8/
+PKG_HASH:= 11575cda78681713f5a36cf35deaae93acdc7dce463d38a12902991fb7f5312a
+endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_7),y)
PKG_VERSION:= 1.0.7
PKG_RELEASE:= 1
@@ -19,10 +25,4 @@ PKG_RELEASE:= 1
PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.6/
PKG_HASH:= afb2ec318fe5b115165e3fdc22964a2fd2b68e03a652ac36164ed096b4bb795c
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_5),y)
-PKG_VERSION:= 1.0.5
-PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.5/
-PKG_HASH:= 7a16bc9ff03b8f74f1f0cf921412f08e48a15285d9d555560d5cca915a28df5f
-endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz