libc/uClibc: add 0.9.33.2

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2012-06-03 20:58:37 +02:00
parent 72f728acf4
commit 40bed13ba6

View File

@ -21,6 +21,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config LIBC_UCLIBC_V_0_9_33_2
bool
prompt "0.9.33.2"
select LIBC_UCLIBC_0_9_32_or_later
config LIBC_UCLIBC_V_0_9_33_1
bool
prompt "0.9.33.1"
@ -101,6 +106,7 @@ config LIBC_VERSION
prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
default "0.9.33.1" if LIBC_UCLIBC_V_0_9_33_1
default "0.9.33" if LIBC_UCLIBC_V_0_9_33
default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1