From 44ec8f8d8db5b19b9b14a92f5e25057f4c1c69ba Mon Sep 17 00:00:00 2001 From: John Davidson Date: Thu, 26 Aug 2021 09:30:00 +0300 Subject: [PATCH] Using latest kernel, GLIBC and Busybox (testing) --- src/.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.config b/src/.config index 4ed4292ea..a64ea586e 100644 --- a/src/.config +++ b/src/.config @@ -11,19 +11,19 @@ # # http://kernel.org # -KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.13.8.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.13.12.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.33.tar.bz2 +GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.34.tar.bz2 # You can find the latest Busybox source bundles here: # # http://busybox.net # -BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.32.1.tar.bz2 +BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.34.0.tar.bz2 # You can find the latest Syslinux source bundles here: #