summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-04-30 15:19:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-04-30 15:19:00 (GMT)
commitdf5c7ce5fd6d59648031b108f3eb5c3161144331 (patch)
tree36c9d119ae330d31d3d5e65af04fdc94360258de /config
parent642e99ca4f3c7442f1848d88b7dfad9da26c4665 (diff)
libc/uClibc: add 0.9.33.1
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-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 1237353..7e5182e 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_1
+ bool
+ prompt "0.9.33.1"
+ select LIBC_UCLIBC_0_9_32_or_later
+
config LIBC_UCLIBC_V_0_9_33
bool
prompt "0.9.33"
@@ -96,6 +101,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.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
default "0.9.32" if LIBC_UCLIBC_V_0_9_32