diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template index 9c4e9e0f10d..6b4a8d2523b 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.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 " 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