mac80211: fix AP mode scanning issues
[openwrt.git] / toolchain / eglibc / Config.version
index 7ca4e171c0f968d2e2c6eee4e532f67a5092b896..a383bb211d8608fdb681a110384edd5afba45918 100644 (file)
@@ -1,6 +1,19 @@
+if USE_EGLIBC
+
 config EGLIBC_VERSION
        string
-       depends on USE_EGLIBC
-       default "2.13"   if EGLIBC_VERSION_2_13
-       default "2.14"   if EGLIBC_VERSION_2_14
-       default "trunk"
+       default "2.15" if EGLIBC_VERSION_2_15
+       default "2.16" if EGLIBC_VERSION_2_16
+       default "2.17" if EGLIBC_VERSION_2_17
+
+config EGLIBC_VERSION_2_15
+       default y if !TOOLCHAINOPTS
+       bool
+
+config EGLIBC_VERSION_2_16
+       bool
+
+config EGLIBC_VERSION_2_17
+       bool
+
+endif