Using latest kernel, GLIBC and Busybox (testing)

This commit is contained in:
John Davidson 2021-08-26 09:30:00 +03:00 committed by GitHub
parent a490e248ff
commit 44ec8f8d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
#