Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion srcpkgs/rpi-kernel/files/armv6-dotconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CONFIG_HAVE_EBPF_JIT=y
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/rpi-kernel/files/armv7-dotconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CONFIG_HAVE_EBPF_JIT=y
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/rpi-kernel/template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# XXX: KEEP IN SYNC WITH rpi5-kernel
pkgname=rpi-kernel
version=6.12.87
revision=1
revision=2
_githash=ae4d75fb36deba0fe1a986d9bfae65755e082dd0
archs="aarch64* armv6l* armv7l*"
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz pahole
Expand Down
Loading