From: Felix Fietkau Date: Thu, 7 Jun 2012 12:43:49 +0000 (+0000) Subject: eglibc: use 2.15 by default X-Git-Tag: reboot~13664 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5d50acec9dd36382ce0268f9a9ce4f1020ed32b4;p=openwrt%2Fstaging%2Fjogo.git eglibc: use 2.15 by default SVN-Revision: 32104 --- diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index bbb7f40427..3f5d368c78 100644 --- a/toolchain/eglibc/Config.in +++ b/toolchain/eglibc/Config.in @@ -1,7 +1,7 @@ choice prompt "eglibc version" depends on TOOLCHAINOPTS && USE_EGLIBC - default EGLIBC_VERSION_2_13 + default EGLIBC_VERSION_2_15 help Select the version of eglibc you wish to use.