etherwake-nfqueue: swap iptables for nftables dependency

Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
This commit is contained in:
Mister Benjamin 2022-04-22 14:42:23 +02:00 committed by Rosen Penev
parent 61e0ee2e8e
commit 241e70f5fd
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=etherwake-nfqueue
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/mister-benjamin/etherwake-nfqueue.git
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/etherwake-nfqueue
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libnetfilter-queue +iptables-mod-nfqueue
DEPENDS:=+libnetfilter-queue +nftables +kmod-nft-queue
TITLE:=Wake up computers on netfilter match
URL:=https://github.com/mister-benjamin/etherwake-nfqueue
endef