libpfring: fix kmod dependency
authorStijn Tintel <stijn@linux-ipv6.be>
Tue, 2 Oct 2018 17:50:24 +0000 (20:50 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 3 Oct 2018 08:00:49 +0000 (11:00 +0300)
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>
libs/libpfring/Makefile

index 3cc05658c489f8c76c483e1062e0bef30ee0c902..8c2f545ef4c88119b6718f8ab5da56fdcd5a2bac 100644 (file)
@@ -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