aboutsummaryrefslogtreecommitdiff
path: root/libs/libpfring
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2018-10-02 20:50:24 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2018-10-03 11:00:49 +0300
commitb15958a6cb6b79e1a4656645ba6d1e844005eace (patch)
tree26ce1e350c12c64acc4ef85b0d89bf1beea4122b /libs/libpfring
parent89783dd746ef25ddeee4ad273c47256e47ef25d0 (diff)
libpfring: fix kmod dependency
The kmod package was renamed from kmod-pfring to kmod-pf-ring, but the dependency was not updated. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'libs/libpfring')
-rw-r--r--libs/libpfring/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libpfring/Makefile b/libs/libpfring/Makefile
index 3cc05658c..8c2f545ef 100644
--- a/libs/libpfring/Makefile
+++ b/libs/libpfring/Makefile
@@ -33,7 +33,7 @@ define Package/libpfring
CATEGORY:=Libraries
TITLE:=Library for PR_RING (package process framework)
URL:=https://github.com/ntop/pf_ring
- DEPENDS:=+kmod-pfring +libpcap +libpthread
+ DEPENDS:=+kmod-pf-ring +libpcap +libpthread
endef
define Package/libpfring/description