diff options
author | Etienne Champetier <champetier.etienne@gmail.com> | 2022-02-28 20:26:27 -0500 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2022-03-02 17:26:23 -0500 |
commit | 68fb9c62a5f4421650aabb33c53466709afc46d6 (patch) | |
tree | 1f8b7b592736eae2c4cca4e56d5d2a3413947771 /net | |
parent | 1ef06682d4fab2ea5e9eaa2a9c266f8e06c51a2e (diff) |
sqm-scripts: switch back to iptables
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/sqm-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sqm-scripts/Makefile b/net/sqm-scripts/Makefile index 421f6f411..1255d410e 100644 --- a/net/sqm-scripts/Makefile +++ b/net/sqm-scripts/Makefile @@ -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 |