mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 12:44:00 -05:00
kselftests-bpf: drop dependency on kernel 6.6
Since now we default to 6.12 and we dropped any support for kernel 6.6, drop any dependency on it. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
8cb728d88e
commit
6c037b6bd0
@ -24,7 +24,7 @@ define Package/kselftests-bpf
|
||||
SECTION:=devel
|
||||
CATEGORY:=Development
|
||||
DEPENDS:= \
|
||||
+libelf +zlib +libpthread +librt +!LINUX_6_6:libpcap @!IN_SDK \
|
||||
+libelf +zlib +libpthread +librt +libpcap @!IN_SDK \
|
||||
@KERNEL_DEBUG_FS @KERNEL_DEBUG_INFO_BTF @KERNEL_BPF_EVENTS
|
||||
TITLE:=Linux Kernel Selftests (BPF)
|
||||
URL:=http://www.kernel.org
|
||||
|
||||
Loading…
Reference in New Issue
Block a user