sqm-scripts: switch back to iptables
authorEtienne Champetier <champetier.etienne@gmail.com>
Tue, 1 Mar 2022 01:26:27 +0000 (20:26 -0500)
committerEtienne Champetier <champetier.etienne@gmail.com>
Wed, 2 Mar 2022 22:26:23 +0000 (17:26 -0500)
Following recent dependency rework, we can switch
between iptables-legacy and iptables-nft, and they both
PROVIDES iptables. Make it easier for user that want/need to
stick to firewall3/iptables-legacy to do so.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
net/sqm-scripts/Makefile

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