kernel: bump to 6.7.8

This commit is contained in:
Alex Zenla 2024-03-05 21:45:07 +00:00
parent 9623497b01
commit a5af3ffbe7
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -1,5 +1,5 @@
#!/bin/sh
KERNEL_VERSION="6.7.5"
KERNEL_VERSION="6.7.8"
KERNEL_SRC_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${KERNEL_VERSION}.tar.xz"
SRC_DIR_NAME="linux-${KERNEL_VERSION}"
OUTPUT_DIR_NAME="target"