diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc.choice | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 391e6b931..609ab5cdb 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -83,17 +83,17 @@ config ADK_TARGET_LIB_GLIBC_GIT select ADK_DISABLE_CHECKSUM depends on ADK_TARGET_LIB_GLIBC -config ADK_TARGET_LIB_UCLIBC_0_9_33_2 - prompt "0.9.33.2" - boolean - depends on ADK_TARGET_LIB_UCLIBC - config ADK_TARGET_LIB_UCLIBC_GIT prompt "git" boolean select ADK_DISABLE_CHECKSUM depends on ADK_TARGET_LIB_UCLIBC +config ADK_TARGET_LIB_UCLIBC_0_9_33_2 + prompt "0.9.33.2" + boolean + depends on ADK_TARGET_LIB_UCLIBC + config ADK_TARGET_LIB_MUSL_1_1_4 prompt "1.1.4" boolean |