mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
eglibc: use version 2.19 by default (lots of fixes, some security related)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39744
This commit is contained in:
parent
f3087c7e4e
commit
69f99ebadb
@ -1,7 +1,7 @@
|
||||
choice
|
||||
prompt "eglibc version"
|
||||
depends on TOOLCHAINOPTS && USE_EGLIBC
|
||||
default EGLIBC_USE_VERSION_2_15
|
||||
default EGLIBC_USE_VERSION_2_19
|
||||
help
|
||||
Select the version of eglibc you wish to use.
|
||||
|
||||
|
@ -6,10 +6,10 @@ config EGLIBC_VERSION
|
||||
default "2.19" if EGLIBC_VERSION_2_19
|
||||
|
||||
config EGLIBC_VERSION_2_15
|
||||
default y if !TOOLCHAINOPTS
|
||||
bool
|
||||
|
||||
config EGLIBC_VERSION_2_19
|
||||
default y if !TOOLCHAINOPTS
|
||||
bool
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user