mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
rpi-kernel: update to 6.6.35.
This commit is contained in:
parent
d64574d016
commit
305f742e7b
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue