From 1342453a71fed29d9bc9a0ca50fdad5d14089e75 Mon Sep 17 00:00:00 2001 From: John Davidson Date: Tue, 8 Jan 2019 10:42:17 +0200 Subject: [PATCH] Kernel + Busubox + GLIBC = latest stable versions --- src/.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.config b/src/.config index 5b1e0f452..adcfc020e 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.17.2.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.19.13.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.27.tar.bz2 +GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.28.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: #