mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:38:26 +02:00
e59549b5a0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30478 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
choice
|
|
prompt "glibc version"
|
|
depends on TOOLCHAINOPTS && USE_GLIBC
|
|
default GLIBC_VERSION_2_14
|
|
help
|
|
Select the version of glibc you wish to use.
|
|
|
|
config GLIBC_VERSION_2_14
|
|
bool "glibc 2.14"
|
|
|
|
endchoice
|