Updated kernel to version 5.4.24

This commit is contained in:
Matt Housh 2020-03-10 22:59:13 -05:00
parent 8121d884cf
commit e0743ef56d
3 changed files with 934 additions and 374 deletions

View File

@ -7,7 +7,7 @@ CRUXVERSION = 3.5
CUSTOMVERSION = CUSTOMVERSION =
COLLECTIONS = core opt xorg COLLECTIONS = core opt xorg
KERNEL_MIRROR = https://cdn.kernel.org KERNEL_MIRROR = https://cdn.kernel.org
KERNEL_VERSION = 4.19.61 KERNEL_VERSION = 5.4.24
KERNEL_PATCHES = KERNEL_PATCHES =
BB_VERSION = 1.25.1 BB_VERSION = 1.25.1
MEMTEST_VERSION = 5.01 MEMTEST_VERSION = 5.01
@ -26,7 +26,7 @@ ISO_PACKAGES = filesystem bash dash coreutils bzip2 e2fsprogs jfsutils \
xfsprogs reiserfsprogs patch findutils glibc grep gzip kbd \ xfsprogs reiserfsprogs patch findutils glibc grep gzip kbd \
kmod less gawk ncurses inetutils pkgutils \ kmod less gawk ncurses inetutils pkgutils \
procps readline sed shadow sysklogd sysvinit tar \ procps readline sed shadow sysklogd sysvinit tar \
util-linux vim which dialog nano mdadm pciutils libusb libusb-compat \ util-linux vim which dialog nano mdadm pciutils libusb \
sysfsutils usbutils eudev zlib openssl openssh \ sysfsutils usbutils eudev zlib openssl openssh \
dhcpcd wget iproute2 libpcre iputils libgmp libdevmapper lvm2 \ dhcpcd wget iproute2 libpcre iputils libgmp libdevmapper lvm2 \
attr acl libcap btrfs-progs lzo zstd parted xz \ attr acl libcap btrfs-progs lzo zstd parted xz \
@ -85,7 +85,7 @@ check-log:
# kernel # kernel
kernel/linux-$(KERNEL_VERSION).tar.xz: kernel/linux-$(KERNEL_VERSION).tar.xz:
cd kernel && wget $(KERNEL_MIRROR)/pub/linux/kernel/v4.x/linux-$(KERNEL_VERSION).tar.xz cd kernel && wget $(KERNEL_MIRROR)/pub/linux/kernel/v5.x/linux-$(KERNEL_VERSION).tar.xz
kernel/linux-$(KERNEL_VERSION): kernel/linux-$(KERNEL_VERSION).tar.xz kernel/linux-$(KERNEL_VERSION): kernel/linux-$(KERNEL_VERSION).tar.xz
tar -C kernel -xJmf kernel/linux-$(KERNEL_VERSION).tar.xz tar -C kernel -xJmf kernel/linux-$(KERNEL_VERSION).tar.xz

File diff suppressed because it is too large Load Diff