Procházet zdrojové kódy

eglibc: use version 2.19 by default (lots of fixes, some security related)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39744
Felix Fietkau před 12 roky
rodič
revize
69f99ebadb
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      toolchain/eglibc/Config.in
  2. 1 1
      toolchain/eglibc/Config.version

+ 1 - 1
toolchain/eglibc/Config.in

@@ -1,7 +1,7 @@
 choice
 choice
 	prompt "eglibc version"
 	prompt "eglibc version"
 	depends on TOOLCHAINOPTS && USE_EGLIBC
 	depends on TOOLCHAINOPTS && USE_EGLIBC
-	default EGLIBC_USE_VERSION_2_15
+	default EGLIBC_USE_VERSION_2_19
 	help
 	help
 	  Select the version of eglibc you wish to use.
 	  Select the version of eglibc you wish to use.
 
 

+ 1 - 1
toolchain/eglibc/Config.version

@@ -6,10 +6,10 @@ config EGLIBC_VERSION
 	default "2.19" if EGLIBC_VERSION_2_19
 	default "2.19" if EGLIBC_VERSION_2_19
 
 
 config EGLIBC_VERSION_2_15
 config EGLIBC_VERSION_2_15
-	default y if !TOOLCHAINOPTS
 	bool
 	bool
 
 
 config EGLIBC_VERSION_2_19
 config EGLIBC_VERSION_2_19
+	default y if !TOOLCHAINOPTS
 	bool
 	bool
 
 
 endif
 endif