mirror of
https://github.com/openwrt/openwrt.git
synced 2025-08-12 22:26:10 +08:00
kernel: fix KERNEL_PROBE_EVENTS_BTF_ARGS
We no longer support kernels < 6.6, so drop the dependency. This fixes a missing symbol with 6.12 when KERNEL_DEBUG_INFO_BTF and KERNEL_KPROBE_EVENTS are enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Link: https://github.com/openwrt/openwrt/pull/18676 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:

committed by
Christian Marangi

parent
d879e59823
commit
a8c04725f0
@ -567,7 +567,7 @@ config KERNEL_BPF_EVENTS
|
||||
|
||||
config KERNEL_PROBE_EVENTS_BTF_ARGS
|
||||
bool "Support BTF function arguments for probe events"
|
||||
depends on KERNEL_DEBUG_INFO_BTF && KERNEL_KPROBE_EVENTS && LINUX_6_6
|
||||
depends on KERNEL_DEBUG_INFO_BTF && KERNEL_KPROBE_EVENTS
|
||||
|
||||
config KERNEL_BPF_KPROBE_OVERRIDE
|
||||
bool
|
||||
|
Reference in New Issue
Block a user