From 24d90d3cf3106953c5c594264754edac20bd7dab Mon Sep 17 00:00:00 2001 From: John Davidson Date: Wed, 9 Jan 2019 20:03:16 +0200 Subject: [PATCH] All components updated, GLIBC is older version --- src/.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.config b/src/.config index 242798d04..ad85bab30 100644 --- a/src/.config +++ b/src/.config @@ -11,19 +11,19 @@ # # http://kernel.org # -KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.19.13.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.20.1.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.28.tar.bz2 +GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.27.tar.bz2 # You can find the latest BusyBox source bundles here: # # http://busybox.net # -BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.28.4.tar.bz2 +BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.29.3.tar.bz2 # You can find the latest Syslinux source bundles here: #