1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

when choosing eglibc select eglibc version 2.13 by default

SVN-Revision: 31342
This commit is contained in:
Mirko Vogt 2012-04-18 01:10:37 +00:00
parent 1352465f27
commit 0af09943a5

@ -1,7 +1,7 @@
choice
prompt "eglibc version"
prompt "eglibc version"
depends on TOOLCHAINOPTS && USE_EGLIBC
default EGLIBC_VERSION_2_12
default EGLIBC_VERSION_2_13
help
Select the version of eglibc you wish to use.