diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-10 12:32:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-10 12:32:12 +0100 |
commit | aa514fc58789570f76de188ac14969bcdbdb6153 (patch) | |
tree | 612d0576aabaac5e2fe22790b154efca05b3cff8 /target/config | |
parent | 0590563f79de34318d99fb85273b89a7ac805902 (diff) |
one leftover from last commit
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 |