Merge pull request #17671 from tohojo/sqm-nft
sqm-scripts: Change iptables dependency to iptables-nft
This commit is contained in:
commit
f21774629c
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/sqm-scripts
|
define Package/sqm-scripts
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+tc +kmod-sched-cake +kmod-ifb +iptables \
|
DEPENDS:=+tc +kmod-sched-cake +kmod-ifb +iptables-nft +iptables-mod-ipopt
|
||||||
+iptables-mod-ipopt +iptables-mod-conntrack-extra
|
|
||||||
TITLE:=SQM Scripts (QoS)
|
TITLE:=SQM Scripts (QoS)
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue