From f2a60a53a20e6d0e422478a93670463587c1479b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 15 Jun 2024 23:02:44 -0400 Subject: [PATCH] rpi-kernel: update to 6.6.33. --- srcpkgs/rpi-kernel/template | 7 ++++--- srcpkgs/rpi-kernel/update | 2 +- 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 " 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.]+(?=)"