sqm-scripts: Change iptables dependency to iptables-nft 17671/head
authorToke Høiland-Jørgensen <toke@toke.dk>
Fri, 21 Jan 2022 20:56:16 +0000 (21:56 +0100)
committerToke Høiland-Jørgensen <toke@toke.dk>
Tue, 1 Feb 2022 22:30:17 +0000 (23:30 +0100)
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>
net/sqm-scripts/Makefile

index f23a0adacd1ccb221d3bc0200d9362a9659dda5c..421f6f411d4898931390be49a959d3251d8a6a52 100644 (file)
@@ -24,8 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/sqm-scripts
   SECTION:=net
   CATEGORY:=Base system
-  DEPENDS:=+tc +kmod-sched-cake +kmod-ifb +iptables \
-       +iptables-mod-ipopt +iptables-mod-conntrack-extra
+  DEPENDS:=+tc +kmod-sched-cake +kmod-ifb +iptables-nft +iptables-mod-ipopt
   TITLE:=SQM Scripts (QoS)
   PKGARCH:=all
 endef