1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:33:14 +03:00

[toolchain/eglibc] when selecting eglibc, use version 2.12 by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27213 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2011-06-18 07:33:28 +00:00
parent 6ed4c4bfde
commit 48a0a5ccf0

View File

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