From 1cd9788da1f1c025ca073d67f96b9e3f3f4bdb20 Mon Sep 17 00:00:00 2001 From: Dan Jenkins Date: Sat, 24 Aug 2019 23:37:00 +0200 Subject: [PATCH] Updated sources Updated Linux to 5.2.9 and Glibc to 2.30 --- src/.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.config b/src/.config index 4e8f48dcd..0be962cdf 100644 --- a/src/.config +++ b/src/.config @@ -11,13 +11,13 @@ # # http://kernel.org # -KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.0.11.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.2.9.tar.xz # You can find the latest GNU C library source bundles here: # # http://gnu.org/software/libc # -GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.bz2 +GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2 # You can find the latest Busybox source bundles here: #