eglibc: use version 2.19 by default (lots of fixes, some security related)
authorFelix Fietkau <nbd@openwrt.org>
Mon, 24 Feb 2014 15:35:14 +0000 (15:35 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 24 Feb 2014 15:35:14 +0000 (15:35 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39744

toolchain/eglibc/Config.in
toolchain/eglibc/Config.version

index 08f9afe56d83cb561b1813a1773f5a96576fee62..2e76c744afb3fc1af001296dc1c604d993f85d7d 100644 (file)
@@ -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.
 
index c01c5034091077e2fa5a5b007660033178832e19..45423231696e4bd07c72948d0bd966ae32229337 100644 (file)
@@ -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