summaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r--config/libc/uClibc.in57
1 files changed, 28 insertions, 29 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index dbd659c..81c3b28 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -11,42 +11,41 @@ config LIBC_uClibc
choice
bool
prompt "uClibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config LIBC_V_0_9_28
+config LIBC_V_0_9_30_1
bool
- prompt "0.9.28 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.30.1"
+ select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_V_0_9_28_1
+config LIBC_V_0_9_30
bool
- prompt "0.9.28.1 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.30"
+ select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_V_0_9_28_2
+config LIBC_V_0_9_29
bool
- prompt "0.9.28.2 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.29"
config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
-config LIBC_V_0_9_29
+config LIBC_V_0_9_28_2
bool
- prompt "0.9.29"
+ prompt "0.9.28.2 (OBSOLETE)"
+ depends on OBSOLETE
-config LIBC_V_0_9_30
+config LIBC_V_0_9_28_1
bool
- prompt "0.9.30"
- select LIBC_UCLIBC_0_9_30_or_later
+ prompt "0.9.28.1 (OBSOLETE)"
+ depends on OBSOLETE
-config LIBC_V_0_9_30_1
+config LIBC_V_0_9_28
bool
- prompt "0.9.30.1"
- select LIBC_UCLIBC_0_9_30_or_later
-
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+ prompt "0.9.28 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_snapshot
bool
@@ -63,16 +62,16 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
- default "snapshot" if LIBC_V_snapshot
- default "0.9.28" if LIBC_V_0_9_28
- default "0.9.28.1" if LIBC_V_0_9_28_1
- default "0.9.28.2" if LIBC_V_0_9_28_2
- default "0.9.28.3" if LIBC_V_0_9_28_3
- default "0.9.29" if LIBC_V_0_9_29
- default "0.9.30" if LIBC_V_0_9_30
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "0.9.30.1" if LIBC_V_0_9_30_1
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "0.9.30" if LIBC_V_0_9_30
+ default "0.9.29" if LIBC_V_0_9_29
+ default "0.9.28.3" if LIBC_V_0_9_28_3
+ default "0.9.28.2" if LIBC_V_0_9_28_2
+ default "0.9.28.1" if LIBC_V_0_9_28_1
+ default "0.9.28" if LIBC_V_0_9_28
+ default "snapshot" if LIBC_V_snapshot
config LIBC_UCLIBC_0_9_30_or_later
bool