rpi-kernel: update to 6.6.35.

This commit is contained in:
classabbyamp 2024-06-28 00:57:48 -04:00
parent d64574d016
commit 305f742e7b
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -12,9 +12,9 @@
#
# Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
pkgname=rpi-kernel
version=6.6.33
version=6.6.35
revision=1
_githash=51c5d2bb01d3a0cff31d00686f35ed8f33039f78
_githash=d2813c02131b9ddf938277f4123da7ccbd113ea7
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=0e2ca3b34312b1527aa9d380761af2ab1ec7754ae4481b0317fa144d4b060501
checksum=a443bcb9f4548db18b8774e448ed4ed811abc26b32cf017e0ae691abc2789db9
python_version=3
provides="rpi-kernel-${version}_${revision}"
replaces="rpi5-kernel>=0"
@ -136,6 +136,9 @@ _configure() {
CONFIG_MACVTAP=m
CONFIG_IPV6=y
CONFIG_XFS_FS=y
CONFIG_F2FS_CHECK_FS=y
CONFIG_F2FS_FS_COMPRESSION=y
CONFIG_F2FS_UNFAIR_RWSEM=y
!
while read -r line; do