Browse Source
Merge pull request #17671 from tohojo/sqm-nft
sqm-scripts: Change iptables dependency to iptables-nft
lilik-openwrt-22.03
Hannu Nyman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
net/sqm-scripts/Makefile
|
|
@ -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 |
|
|
|