diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-02-24 21:34:45 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-01 22:37:51 +0100 |
commit | faebb41d0256513bae2042a87330eab33d78a2da (patch) | |
tree | ad874b1d2d0faca79cf95bb493f8428c907ee73c /package/glibc | |
parent | d4c4c259d25a8f2c5c2e2a5736609ba285fdd018 (diff) | |
download | buildroot-faebb41d0256513bae2042a87330eab33d78a2da.tar.gz buildroot-faebb41d0256513bae2042a87330eab33d78a2da.zip |
glibc: bump default to version 2.24
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 85aace6e29..0442626ba3 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_GLIBC choice prompt "glibc version" - default BR2_GLIBC_VERSION_2_23 + default BR2_GLIBC_VERSION_2_24 config BR2_GLIBC_VERSION_2_22 bool "2.22" |