X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2FuClibc%2FConfig.in;h=3bcb0037e9f60326a10b278fa711d097ee18c5fe;hb=HEAD;hp=36bb8804ea03a4b40c46b2a86fd59bb56e23d79a;hpb=72ca180fd71bf76bac998aaf622869a5671e615d;p=openwrt%2Fstaging%2Fnbd.git diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in deleted file mode 100644 index 36bb8804ea..0000000000 --- a/toolchain/uClibc/Config.in +++ /dev/null @@ -1,21 +0,0 @@ -# Choose uclibc version. - -choice - prompt "uClibc Version" - depends on TOOLCHAINOPTS && USE_UCLIBC - default UCLIBC_VERSION_0_9_32 - help - Select the version of uClibc you wish to use. - - 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 - default n