Browse Source

sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cake

The kmod-sched-cake dependency is to avoid

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
lilik-openwrt-22.03
Toke Høiland-Jørgensen 8 years ago
parent
commit
a84d421b18
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      net/sqm-scripts/Makefile

+ 4
- 4
net/sqm-scripts/Makefile View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sqm-scripts PKG_NAME:=sqm-scripts
PKG_SOURCE_VERSION:=699f5d014b23790a3ac4e8280a14ac740cd5c3e4
PKG_VERSION:=1.1.0
PKG_SOURCE_VERSION:=70a22d6d19d4411f004c5257ee15fb1f103b46c9
PKG_VERSION:=1.1.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPLv2 PKG_LICENSE:=GPLv2
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/sqm-scripts define Package/sqm-scripts
SECTION:=net SECTION:=net
CATEGORY:=Base system CATEGORY:=Base system
DEPENDS:=+tc +kmod-sched +kmod-ifb +iptables \
DEPENDS:=+tc +kmod-sched +kmod-sched-cake +kmod-ifb +iptables \
+iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-ipopt +iptables-mod-conntrack-extra
TITLE:=SQM Scripts (QoS) TITLE:=SQM Scripts (QoS)
PKGARCH:=all PKGARCH:=all
@ -55,7 +55,7 @@ define Package/luci-app-sqm
endef endef
define Package/luci-app-sqm/description define Package/luci-app-sqm/description
Control the simple_qos SQM script
Luci interface for the SQM scripts queue management configuration package.
endef endef
define Package/luci-app-sqm/install define Package/luci-app-sqm/install


Loading…
Cancel
Save