diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 15:35:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 15:35:14 +0000 |
commit | 69f99ebadb970a11656043b25cf39636827cd158 (patch) | |
tree | ef918ca29e234a44aee4486de7cbfd98494b0750 /toolchain/eglibc/Config.version | |
parent | f3087c7e4e0605b448dc2124f1e920506fa1a1ad (diff) | |
download | upstream-69f99ebadb970a11656043b25cf39636827cd158.tar.gz upstream-69f99ebadb970a11656043b25cf39636827cd158.tar.bz2 upstream-69f99ebadb970a11656043b25cf39636827cd158.zip |
eglibc: use version 2.19 by default (lots of fixes, some security related)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39744
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index c01c503409..4542323169 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -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 |