mac80211: allow AP configuration of beacon interval, DTIM period, maximum permissible...
[openwrt/svn-archive/archive.git] / toolchain / eglibc / Config.in
index 3caea3919db5a76fe033163fa301ed008596e7c0..62ed24da9199b032f20994ae495971613f80e7a5 100644 (file)
@@ -5,8 +5,8 @@ choice
        help
          Select the version of eglibc you wish to use.
 
-       config EGLIBC_VERSION_2_6_1
-               bool "eglibc 2.6.1"
+       config EGLIBC_VERSION_2_6
+               bool "eglibc 2.6"
 
        config EGLIBC_VERSION_2_7
                bool "eglibc 2.7"
@@ -17,6 +17,17 @@ choice
        config EGLIBC_VERSION_2_9
                bool "eglibc 2.9"
 
+       config EGLIBC_VERSION_2_10
+               bool "eglibc 2.10"
+
+       config EGLIBC_VERSION_2_11
+               bool "eglibc 2.11"
+               depends !GCC_VERSION_LLVM
+
+       config EGLIBC_VERSION_2_12
+               bool "eglibc 2.12"
+               depends !GCC_VERSION_LLVM
+
        config EGLIBC_VERSION_TRUNK
                bool "eglibc trunk"
 
@@ -26,10 +37,13 @@ config EGLIBC_REVISION
        string
        prompt "eglibc revision"
        depends on TOOLCHAINOPTS && USE_EGLIBC
-       default "5887"  if EGLIBC_VERSION_2_6_1
-       default "5886"  if EGLIBC_VERSION_2_7
-       default "6913"  if EGLIBC_VERSION_2_8
-       default "7430"  if EGLIBC_VERSION_2_9
+       default "5887"  if EGLIBC_VERSION_2_6
+       default "8588"  if EGLIBC_VERSION_2_7
+       default "8587"  if EGLIBC_VERSION_2_8
+       default "10153" if EGLIBC_VERSION_2_9
+       default "10152" if EGLIBC_VERSION_2_10
+       default "10454" if EGLIBC_VERSION_2_11
+       default "10495" if EGLIBC_VERSION_2_12
        default "HEAD"  if EGLIBC_VERSION_TRUNK
        default ""
 
@@ -37,4 +51,3 @@ menu "eglibc configuration"
        depends on TOOLCHAINOPTS && USE_EGLIBC
        source toolchain/eglibc/config/Config.in
 endmenu
-