diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index f81381d95..51da146fd 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -73,6 +73,10 @@ endchoice choice prompt "C library version" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_11 + bool "1.0.11" + depends on ADK_TARGET_LIB_UCLIBC_NG + config ADK_TARGET_LIB_UCLIBC_NG_1_0_10 bool "1.0.10" depends on ADK_TARGET_LIB_UCLIBC_NG @@ -82,11 +86,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_9 depends on ADK_TARGET_LIB_UCLIBC_NG depends on !ADK_TARGET_ARCH_BFIN -config ADK_TARGET_LIB_UCLIBC_NG_1_0_8 - bool "1.0.8" - depends on ADK_TARGET_LIB_UCLIBC_NG - depends on !ADK_TARGET_ARCH_BFIN - config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG |