aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2024-06-16 03:02:44 +0000
committerclassabbyamp <void@placeviolette.net>2024-06-16 07:18:21 +0000
commitf2a60a53a20e6d0e422478a93670463587c1479b (patch)
treedcda57364890f024b0873c99e38dd09f8c3806ff
parent955ad378c485d818a84a9350ea77f1d043edc09c (diff)
downloadvoid-packages-f2a60a53a20e6d0e422478a93670463587c1479b.tar
void-packages-f2a60a53a20e6d0e422478a93670463587c1479b.tar.gz
void-packages-f2a60a53a20e6d0e422478a93670463587c1479b.tar.bz2
void-packages-f2a60a53a20e6d0e422478a93670463587c1479b.tar.lz
void-packages-f2a60a53a20e6d0e422478a93670463587c1479b.tar.xz
void-packages-f2a60a53a20e6d0e422478a93670463587c1479b.tar.zst
void-packages-f2a60a53a20e6d0e422478a93670463587c1479b.zip
rpi-kernel: update to 6.6.33.
-rw-r--r--srcpkgs/rpi-kernel/template7
-rw-r--r--srcpkgs/rpi-kernel/update2
2 files changed, 5 insertions, 4 deletions
diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index 138b0c6e2e6..9c4e9e0f10d 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -12,9 +12,9 @@
#
# Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
pkgname=rpi-kernel
-version=6.6.31
+version=6.6.33
revision=1
-_githash=1ac74d2f9773922731a11bc329ae2710fce172d4
+_githash=51c5d2bb01d3a0cff31d00686f35ed8f33039f78
archs="armv6l* armv7l* aarch64*"
build_wrksrc="build-rpi"
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
@@ -24,7 +24,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-2.0-only"
homepage="http://www.kernel.org"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
-checksum=961ce72e339ca024c6dd1ae57c0dfc25ab1f39eee9699813a535f138b31d670c
+checksum=0e2ca3b34312b1527aa9d380761af2ab1ec7754ae4481b0317fa144d4b060501
python_version=3
provides="rpi-kernel-${version}_${revision}"
replaces="rpi5-kernel>=0"
@@ -135,6 +135,7 @@ _configure() {
CONFIG_LEDS_TRIGGER_ACTIVITY=m
CONFIG_MACVTAP=m
CONFIG_IPV6=y
+ CONFIG_XFS_FS=y
!
while read -r line; do
diff --git a/srcpkgs/rpi-kernel/update b/srcpkgs/rpi-kernel/update
index 60c7b646ca6..903d3691bfb 100644
--- a/srcpkgs/rpi-kernel/update
+++ b/srcpkgs/rpi-kernel/update
@@ -1,2 +1,2 @@
-site="https://github.com/raspberrypi/linux/commits/rpi-6.1.y/"
+site="https://github.com/raspberrypi/linux/commits/rpi-${version%.*}.y/"
pattern=">Linux \K[\d.]+(?=</a>)"