mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add kernel eBPF
This commit is contained in:
parent
9c6fe0d63a
commit
97345bb64b
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libbpf
|
PKG_NAME:=libbpf
|
||||||
|
@ -17,6 +24,7 @@ define Package/libbpf
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=libbpf
|
TITLE:=libbpf
|
||||||
DEPENDS:=+libstdcpp +libelf1
|
DEPENDS:=+libstdcpp +libelf1
|
||||||
|
KCONFIG:=CONFIG_BPF_STREAM_PARSER=y
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libbpf/description
|
define Package/libbpf/description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue