rpi-kernel: update to 6.6.33.

This commit is contained in:
classabbyamp 2024-06-15 23:02:44 -04:00
parent 955ad378c4
commit f2a60a53a2
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 5 additions and 4 deletions

View file

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

View file

@ -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>)"