config/libc/uClibc.in
changeset 2882 da77b5e7cb9f
parent 2813 5b9d68ed6f52
child 2945 46323fb14c06
     1.1 --- a/config/libc/uClibc.in	Fri Dec 30 22:04:24 2011 +0100
     1.2 +++ b/config/libc/uClibc.in	Mon Feb 13 21:10:06 2012 +0100
     1.3 @@ -21,6 +21,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_UCLIBC_V_0_9_33
     1.8 +    bool
     1.9 +    prompt "0.9.33"
    1.10 +    select LIBC_UCLIBC_0_9_32_or_later
    1.11 +
    1.12  config LIBC_UCLIBC_V_0_9_32_1
    1.13      bool
    1.14      prompt "0.9.32.1"
    1.15 @@ -91,6 +96,7 @@
    1.16      prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "0.9.33" if LIBC_UCLIBC_V_0_9_33
    1.20      default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1
    1.21      default "0.9.32" if LIBC_UCLIBC_V_0_9_32
    1.22      default "0.9.31" if LIBC_UCLIBC_V_0_9_31