summaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
commit652906ac5fd06acbb44c0e7e8440d30e7d06ee23 (patch)
tree80393c25f6b7128dcb6507965d6437a3e716b204 /config/libc/uClibc.in
parent188d166ce3d7188eed91ea0d9e69b6d1f2a8ecf2 (diff)
all: remove versions marked obsolete
For major components, keep the latest version of each major releases. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r--config/libc/uClibc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 2ca056b..d13796a 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -73,16 +73,6 @@ config LIBC_UCLIBC_V_0_9_30
prompt "0.9.30"
select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_UCLIBC_V_0_9_29
- bool
- prompt "0.9.29 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_UCLIBC_V_0_9_28_3
- bool
- prompt "0.9.28.3 (OBSOLETE)"
- depends on OBSOLETE
-
config LIBC_UCLIBC_CUSTOM
bool
prompt "Custom uClibc"
@@ -118,8 +108,6 @@ config LIBC_VERSION
default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2
default "0.9.30.1" if LIBC_UCLIBC_V_0_9_30_1
default "0.9.30" if LIBC_UCLIBC_V_0_9_30
- default "0.9.29" if LIBC_UCLIBC_V_0_9_29
- default "0.9.28.3" if LIBC_UCLIBC_V_0_9_28_3
default "custom" if LIBC_UCLIBC_CUSTOM
config LIBC_UCLIBC_0_9_32_or_later