This patch adds uClibc versino 0.9.30 to the list of selectable versions. The
version identification for snapshot is also updated to reflect 0.9.30.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
bool "uClibc 0.9.29"
depends on BR2_EXT_UCLIBC_VERSION_0_9_29
+ config BR2_UCLIBC_VERSION_0_9_30
+ bool "uClibc 0.9.30"
+ depends on BR2_EXT_UCLIBC_VERSION_0_9_30
+
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"
ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
# Be aware that this changes daily....
-UCLIBC_VER:=0.9.29
+UCLIBC_VER:=0.9.30
UCLIBC_DIR:=$(TOOL_BUILD_DIR)/uClibc
UCLIBC_SOURCE:=uClibc-$(strip $(subst ",, $(BR2_USE_UCLIBC_SNAPSHOT))).tar.bz2
#"))
UCLIBC_PATCH_DIR:=toolchain/uClibc/
else
# releases
+ifeq ($(BR2_UCLIBC_VERSION_0_9_30),y)
+UCLIBC_VER:=0.9.30
+endif
ifeq ($(BR2_UCLIBC_VERSION_0_9_29),y)
UCLIBC_VER:=0.9.29
endif