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>
This commit is contained in:
parent
c509d76872
commit
a84d421b18
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
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_LICENSE:=GPLv2
|
||||
|
||||
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define Package/sqm-scripts
|
||||
SECTION:=net
|
||||
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
|
||||
TITLE:=SQM Scripts (QoS)
|
||||
PKGARCH:=all
|
||||
|
@ -55,7 +55,7 @@ define Package/luci-app-sqm
|
|||
endef
|
||||
|
||||
define Package/luci-app-sqm/description
|
||||
Control the simple_qos SQM script
|
||||
Luci interface for the SQM scripts queue management configuration package.
|
||||
endef
|
||||
|
||||
define Package/luci-app-sqm/install
|
||||
|
|
Loading…
Reference in a new issue