diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:43:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:43:49 +0000 |
commit | 50a8a64404c42e45e3f6f1cc18f794e6e7df241e (patch) | |
tree | 02fe054afffe159d36d7e184e740ca68fca1e2c7 /toolchain/eglibc/Config.in | |
parent | fe596f2c95120b540e5a645eed464e853d55acc0 (diff) | |
download | upstream-50a8a64404c42e45e3f6f1cc18f794e6e7df241e.tar.gz upstream-50a8a64404c42e45e3f6f1cc18f794e6e7df241e.tar.bz2 upstream-50a8a64404c42e45e3f6f1cc18f794e6e7df241e.zip |
eglibc: use 2.15 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32104 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r-- | toolchain/eglibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |