summaryrefslogtreecommitdiff
path: root/config/libc/musl.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/musl.in')
-rw-r--r--config/libc/musl.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in
index 7bab480..b3bec26 100644
--- a/config/libc/musl.in
+++ b/config/libc/musl.in
@@ -23,14 +23,9 @@ config LIBC_MUSL_V_1_1_4
prompt "1.1.4 (Mainline)"
depends on EXPERIMENTAL
-config LIBC_MUSL_V_1_1_3
+config LIBC_MUSL_V_1_0_4
bool
- prompt "1.1.3"
- depends on EXPERIMENTAL
-
-config LIBC_MUSL_V_1_0_3
- bool
- prompt "1.0.3 (Stable)"
+ prompt "1.0.4 (Stable)"
config LIBC_MUSL_V_CUSTOM
bool
@@ -44,6 +39,5 @@ config LIBC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.1.4" if LIBC_MUSL_V_1_1_4
- default "1.1.3" if LIBC_MUSL_V_1_1_3
- default "1.0.3" if LIBC_MUSL_V_1_0_3
+ default "1.0.4" if LIBC_MUSL_V_1_0_4
default "custom" if LIBC_MUSL_V_CUSTOM