busybox: Minor fix for glibc 2.21 compatibility
[openwrt/staging/mkresin.git] / toolchain / eglibc / Config.in
1 choice
2 prompt "eglibc version"
3 depends on TOOLCHAINOPTS && USE_EGLIBC
4 default EGLIBC_USE_VERSION_2_19
5 help
6 Select the version of eglibc you wish to use.
7
8 config EGLIBC_USE_VERSION_2_15
9 bool "eglibc 2.15"
10 select EGLIBC_VERSION_2_15
11 depends on BROKEN
12
13 config EGLIBC_USE_VERSION_2_19
14 bool "eglibc 2.19"
15 select EGLIBC_VERSION_2_19
16
17 endchoice
18
19 menu "eglibc configuration"
20 depends on TOOLCHAINOPTS && USE_EGLIBC
21 source toolchain/eglibc/config/Config.in
22 endmenu