libc/uClibc: add 0.9.33.2
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Jun 03 20:58:37 2012 +0200 (2012-06-03)
changeset 29901f6c8e4b2b92
parent 2989 6aa743f87695
child 2991 252ade1e9e17
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>
config/libc/uClibc.in
     1.1 --- a/config/libc/uClibc.in	Fri May 25 19:09:43 2012 +0200
     1.2 +++ b/config/libc/uClibc.in	Sun Jun 03 20:58:37 2012 +0200
     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_2
     1.8 +    bool
     1.9 +    prompt "0.9.33.2"
    1.10 +    select LIBC_UCLIBC_0_9_32_or_later
    1.11 +
    1.12  config LIBC_UCLIBC_V_0_9_33_1
    1.13      bool
    1.14      prompt "0.9.33.1"
    1.15 @@ -101,6 +106,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.2" if LIBC_UCLIBC_V_0_9_33_2
    1.20      default "0.9.33.1" if LIBC_UCLIBC_V_0_9_33_1
    1.21      default "0.9.33" if LIBC_UCLIBC_V_0_9_33
    1.22      default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1