hostapd: add support for authenticating with multiple PSKs via ubus helper
[openwrt/staging/nbd.git] / toolchain / uClibc / Config.in
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
deleted file mode 100644 (file)
index c923bc0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Choose uclibc version.
-
-choice
-       prompt "uClibc Version"
-       depends on TOOLCHAINOPTS && USE_UCLIBC
-       default UCLIBC_USE_VERSION_0_9_33
-       help
-         Select the version of uClibc you wish to use.
-
-       config UCLIBC_USE_VERSION_0_9_33
-               select UCLIBC_VERSION_0_9_33
-               bool "uClibc 0.9.33.2"
-
-       config UCLIBC_USE_VERSION_NG
-               select UCLIBC_VERSION_NG
-               bool "uClibc-ng"
-
-endchoice
-
-# Debug version.
-
-config UCLIBC_ENABLE_DEBUG
-       bool "Build with debug information"
-       depends on TOOLCHAINOPTS && USE_UCLIBC
-       default n