eglibc: use version 2.19 by default (lots of fixes, some security related)
[openwrt/svn-archive/archive.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
12 config EGLIBC_USE_VERSION_2_19
13 bool "eglibc 2.19"
14 select EGLIBC_VERSION_2_19
15
16 endchoice
17
18 config EGLIBC_REVISION
19 string
20 depends on TOOLCHAINOPTS && USE_EGLIBC
21 default "18909" if EGLIBC_VERSION_2_15
22 default "25243" if EGLIBC_VERSION_2_19
23 default ""
24
25 menu "eglibc configuration"
26 depends on TOOLCHAINOPTS && USE_EGLIBC
27 source toolchain/eglibc/config/Config.in
28 endmenu