Skip to content

Commit

Permalink
Merge pull request #10 from hnyman/sqm-for-openwrt
Browse files Browse the repository at this point in the history
sqm-scripts: syncronise changes made for Openwrt pull request
  • Loading branch information
tohojo committed Oct 15, 2014
2 parents 8ce2936 + b9e3baf commit 239c328
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions luci/luci-app-sqm/Makefile
@@ -1,5 +1,5 @@
#
# Copyright (C) 2010 OpenWrt.org
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand All @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/luci-app-sqm
SECTION:=luci
CATEGORY:=LuCI
TITLE:=SQM script LuCI interface
TITLE:=SQM Scripts - LuCI interface
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
PKGARCH:=all
DEPENDS:= lua luci-base +sqm-scripts
Expand Down
2 changes: 1 addition & 1 deletion luci/luci-app-sqm/files/sqm-controller.lua
Expand Up @@ -21,6 +21,6 @@ function index()

local page

page = entry({"admin", "network", "sqm"}, cbi("sqm"), _("SQM"))
page = entry({"admin", "network", "sqm"}, cbi("sqm"), _("SQM QoS"))
page.dependent = true
end
8 changes: 5 additions & 3 deletions net/sqm-scripts/Makefile
@@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2011 OpenWrt.org
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand All @@ -18,9 +18,11 @@ include $(INCLUDE_DIR)/package.mk
define Package/sqm-scripts
SECTION:=net
CATEGORY:=Base system
DEPENDS:=+tc +kmod-sched +ip +kmod-ifb iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
TITLE:=SQM Scripts
DEPENDS:=+tc +kmod-sched +kmod-ifb iptables +ip \
+iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
TITLE:=SQM Scripts (QoS)
PKGARCH:=all
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
endef

define Package/sqm-scripts/description
Expand Down
2 changes: 1 addition & 1 deletion net/sqm-scripts/files/usr/lib/sqm/simple_pppoe.qos.help
@@ -1,2 +1,2 @@
BW-limited three-tier prioritisation scheme with fq_codel on each queue. Temporary version to impolement shaping
BW-limited three-tier prioritisation scheme with fq_codel on each queue. Temporary version to implement shaping
of pass through PPPOE encapsulated packets.

0 comments on commit 239c328

Please sign in to comment.