summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-06-03 18:58:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-06-03 18:58:37 (GMT)
commit40bed13ba6ff595ebc6db85e6326966d98b14e9b (patch)
treed8ba91e7cca0e80644c2b9854143a6eeec598d91
parent72f728acf4a890ef305c61a6304d91b9e6ae7125 (diff)
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>
-rw-r--r--config/libc/uClibc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 4a864db..359cd42 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -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