summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-07 17:34:53 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-07 17:34:53 +0000
commit13da72d28c7bf275d7fba38342f0472b7cc015be (patch)
treecde23d7c4f55e340367a65686ec45dec935c5461 /toolchain/eglibc/Config.in
parente2cef5cb8fda4e4f7f9d7ff6543ee601c8055df8 (diff)
toolchain/eglibc: add support for 2.17
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r--toolchain/eglibc/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index 2e3b73af7..11f9abe11 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -13,6 +13,10 @@ choice
bool "eglibc 2.16"
depends !GCC_VERSION_LLVM
+ config EGLIBC_VERSION_2_17
+ bool "eglibc 2.17"
+ depends !GCC_VERSION_LLVM
+
endchoice
config EGLIBC_REVISION
@@ -20,6 +24,7 @@ config EGLIBC_REVISION
depends on TOOLCHAINOPTS && USE_EGLIBC
default "18909" if EGLIBC_VERSION_2_15
default "21110" if EGLIBC_VERSION_2_16
+ default "22243" if EGLIBC_VERSION_2_17
default ""
menu "eglibc configuration"