sqm-scripts: Change iptables dependency to iptables-nft
There's only one of the shaper scripts (simple.qos) that uses iptables, and it should be fine with iptables-nft for compatibility with the new default nft-based firewall. Confusingly, we still need the iptables-mod-ipopt package to get the DSCP match module; we never used CONNMARK, though, so drop the iptables-mod-conntrack-extra dependency while we're at it. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
parent
270e8eabc3
commit
698af2eb99
|
@ -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 New Issue