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.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index e583b76..81c3b28 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -11,6 +11,8 @@ config LIBC_uClibc
choice
bool
prompt "uClibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LIBC_V_0_9_30_1
bool
@@ -45,9 +47,6 @@ config LIBC_V_0_9_28
prompt "0.9.28 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config LIBC_V_snapshot
bool
prompt "latest snapshot (EXPERIMENTAL)"
@@ -63,7 +62,8 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
- default "snapshot" if LIBC_V_snapshot
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "0.9.30.1" if LIBC_V_0_9_30_1
default "0.9.30" if LIBC_V_0_9_30
default "0.9.29" if LIBC_V_0_9_29
@@ -71,8 +71,7 @@ config LIBC_VERSION
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
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "snapshot" if LIBC_V_snapshot
config LIBC_UCLIBC_0_9_30_or_later
bool