From 97345bb64b3891bfee155194d2133a89704f269e Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 3 Jan 2019 15:57:07 +0100 Subject: [PATCH] Add kernel eBPF --- libbpf/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libbpf/Makefile b/libbpf/Makefile index 5400412c1..862b075a3 100644 --- a/libbpf/Makefile +++ b/libbpf/Makefile @@ -1,3 +1,10 @@ +# +# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) +# +# 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