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>
This commit is contained in:
parent
89783dd746
commit
b15958a6cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue