From b26d52d9805ea25dce3e8ae81482c218efa9087f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 29 Jan 2016 23:19:26 +0000
Subject: [PATCH] glibc: switch to version 2.22 by default

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48555
---
 toolchain/glibc/Config.in      | 2 +-
 toolchain/glibc/Config.version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in
index 50e44c831d..00262dd406 100644
--- a/toolchain/glibc/Config.in
+++ b/toolchain/glibc/Config.in
@@ -1,7 +1,7 @@
 choice
 	prompt "(e)glibc version"
 	depends on TOOLCHAINOPTS && USE_GLIBC
-	default EGLIBC_USE_VERSION_2_19
+	default EGLIBC_USE_VERSION_2_22
 	help
 	  Select the version of glibc you wish to use.
 
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version
index 39066d0c30..060587461b 100644
--- a/toolchain/glibc/Config.version
+++ b/toolchain/glibc/Config.version
@@ -7,13 +7,13 @@ config GLIBC_VERSION
 	default "2.22" if GLIBC_VERSION_2_22
 
 config EGLIBC_VERSION_2_19
-	default y if !TOOLCHAINOPTS
 	bool
 
 config GLIBC_VERSION_2_21
 	bool
 
 config GLIBC_VERSION_2_22
+	default y if !TOOLCHAINOPTS
 	bool
 
 config GLIBC_REVISION
-- 
GitLab