aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:14 +0000
commitd9f5ee5c27f869af1bbfb89ff0f30a8c97367244 (patch)
tree2d9e6786fbb4511f0b8b56d7bcb9c9785095ce93 /toolchain
parent21199ede760795d1337c5054bda13598d36f237f (diff)
downloadmaster-187ad058-d9f5ee5c27f869af1bbfb89ff0f30a8c97367244.tar.gz
master-187ad058-d9f5ee5c27f869af1bbfb89ff0f30a8c97367244.tar.bz2
master-187ad058-d9f5ee5c27f869af1bbfb89ff0f30a8c97367244.zip
eglibc: use version 2.19 by default (lots of fixes, some security related)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Config.in2
-rw-r--r--toolchain/eglibc/Config.version2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index 08f9afe56d..2e76c744af 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -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.
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