1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Add kernel eBPF

This commit is contained in:
Ycarus 2019-01-03 15:57:07 +01:00
parent 9c6fe0d63a
commit 97345bb64b

View file

@ -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
PKG_NAME:=libbpf
@ -17,6 +24,7 @@ define Package/libbpf
CATEGORY:=Network
TITLE:=libbpf
DEPENDS:=+libstdcpp +libelf1
KCONFIG:=CONFIG_BPF_STREAM_PARSER=y
endef
define Package/libbpf/description