mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ define Package/kselftests-bpf
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
CATEGORY:=Development
|
CATEGORY:=Development
|
||||||
DEPENDS:= \
|
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
|
@KERNEL_DEBUG_FS @KERNEL_DEBUG_INFO_BTF @KERNEL_BPF_EVENTS
|
||||||
TITLE:=Linux Kernel Selftests (BPF)
|
TITLE:=Linux Kernel Selftests (BPF)
|
||||||
URL:=http://www.kernel.org
|
URL:=http://www.kernel.org
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue