Commit 9c47e2be authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

0.9.28.2 support

parent 43050ac9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,8 +14,12 @@ choice
		bool "uClibc 0.9.28"

	config BR2_UCLIBC_VERSION_0_9_28_1
		depends BR2_DEPRECATED
		bool "uClibc 0.9.28.1"

	config BR2_UCLIBC_VERSION_0_9_28_2
		bool "uClibc 0.9.28.2"

	config BR2_UCLIBC_VERSION_SNAPSHOT
		bool "daily snapshot"

+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ ifndef UCLIBC_CONFIG_FILE
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
endif
else
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_2),y)
UCLIBC_VER:=0.9.28.2
endif
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_1),y)
UCLIBC_VER:=0.9.28.1
endif