X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FuClibc%2FConfig.in;h=3bcb0037e9f60326a10b278fa711d097ee18c5fe;hb=f5aa4590433638e6b2c191412fa802ae5a64cdc9;hp=aabb51a06597fd40fbc4f4cf820caf86c96d3242;hpb=1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72;p=lede-git%2F.git diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index aabb51a065..3bcb0037e9 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -1,27 +1,6 @@ -# Choose uclibc version. - -choice - prompt "uClibc Version" - depends on TOOLCHAINOPTS && USE_UCLIBC - default UCLIBC_VERSION_0_9_31 - help - Select the version of uClibc you wish to use. - - config UCLIBC_VERSION_0_9_30_1 - bool "uClibc 0.9.30.1" - - config UCLIBC_VERSION_0_9_31 - bool "uClibc 0.9.31" - - config UCLIBC_VERSION_0_9_32 - bool "uClibc 0.9.32-git" - -endchoice - - # Debug version. config UCLIBC_ENABLE_DEBUG bool "Build with debug information" - depends on TOOLCHAINOPTS && USE_UCLIBC + depends on TOOLCHAINOPTS && USE_UCLIBC && !EXTERNAL_TOOLCHAIN default n