0.9.28.2 support
This commit is contained in:
parent
43050ac9cc
commit
9c47e2be7c
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user