From: Stijn Tintel Date: Tue, 2 Oct 2018 17:50:24 +0000 (+0300) Subject: libpfring: fix kmod dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b15958a6cb6b79e1a4656645ba6d1e844005eace;p=openwrt-packages.git 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 --- 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