From b7e9cbb06c2ec324e6ae12b04e73d2f4c87c6a5b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 27 Jun 2011 00:12:29 +0200 Subject: libc/uClibc: add latest release 0.9.32 + patchset The patchset was obtained by dumping each changeset on the upstream 0.9.32 branch since the release: git log v0.9.32..origin/0.9.32 |sed -r -e '/^commit/!d; s/.* //;' |tac and then creating a patch from each changeset. Signed-off-by: "Yann E. MORIN" --- config/libc/uClibc.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/libc') diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 64a5fca7..aa2068bd 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -16,6 +16,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_UCLIBC_V_0_9_32 + bool + prompt "0.9.32" + select LIBC_UCLIBC_0_9_30_or_later + config LIBC_UCLIBC_V_0_9_31 bool prompt "0.9.31 (EXPERIMENTAL)" @@ -76,6 +81,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.32" if LIBC_UCLIBC_V_0_9_32 default "0.9.31" if LIBC_UCLIBC_V_0_9_31 default "0.9.30.3" if LIBC_UCLIBC_V_0_9_30_3 default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2 -- cgit v1.2.3