Browse Source

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>
lilik-openwrt-22.03
Stijn Tintel 6 years ago
parent
commit
b15958a6cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libpfring/Makefile

+ 1
- 1
libs/libpfring/Makefile View File

@ -33,7 +33,7 @@ define Package/libpfring
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Library for PR_RING (package process framework) TITLE:=Library for PR_RING (package process framework)
URL:=https://github.com/ntop/pf_ring URL:=https://github.com/ntop/pf_ring
DEPENDS:=+kmod-pfring +libpcap +libpthread
DEPENDS:=+kmod-pf-ring +libpcap +libpthread
endef endef
define Package/libpfring/description define Package/libpfring/description


Loading…
Cancel
Save