diff -r 42bfbe169c2c -r 46323fb14c06 config/libc/uClibc.in --- a/config/libc/uClibc.in Thu Feb 02 22:43:18 2012 +0100 +++ b/config/libc/uClibc.in Mon Apr 30 17:19:00 2012 +0200 @@ -21,6 +21,11 @@ # 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 @@ 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