Skip to content

Commit 5c7ae16

Browse files
committed
net/sqm-scripts: bump to v1.7.1
Contains a bugfix for cake_mq. Also add 'ip' as a dependency to be able to create multi-queue ifb devices. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
1 parent 9dfc2f3 commit 5c7ae16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

net/sqm-scripts/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=sqm-scripts
11-
PKG_SOURCE_VERSION:=a56e69388d738f968d97bbb17d1a5fb82965fe88
12-
PKG_VERSION:=1.7.0
11+
PKG_SOURCE_VERSION:=121d30cc3b89c5a0e3b277f01d92badd0b59ffad
12+
PKG_VERSION:=1.7.1
1313
PKG_RELEASE:=1
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts
17-
PKG_MIRROR_HASH:=c382501e5da473a906290c496355a093872d8d07d30a82e261df6e23eb58b5ef
17+
PKG_MIRROR_HASH:=c31ca6caf65c3acda6f1827cf8b8daba01ba00ffc85c4000874a857e3fc5c2fc
1818

1919
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
2020
PKG_LICENSE:=GPL-2.0-only
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
2424
define Package/sqm-scripts
2525
SECTION:=net
2626
CATEGORY:=Base system
27-
DEPENDS:=+tc +kmod-sched-cake +kmod-ifb +iptables +iptables-mod-ipopt
27+
DEPENDS:=+tc +ip +kmod-sched-cake +kmod-ifb +iptables +iptables-mod-ipopt
2828
TITLE:=SQM Scripts (QoS)
2929
PKGARCH:=all
3030
endef

0 commit comments

Comments
 (0)