allow the user to disable downlink shaping by removing the option download ... line
SVN-Revision: 5497
This commit is contained in:
parent
cbe21ae5f5
commit
312802199b
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=qos-scripts
|
PKG_NAME:=qos-scripts
|
||||||
PKG_VERSION:=0.9.2
|
PKG_VERSION:=0.9.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
|
@ -143,7 +143,6 @@ config_cb() {
|
||||||
interface)
|
interface)
|
||||||
config_set "$1" "classgroup" "Default"
|
config_set "$1" "classgroup" "Default"
|
||||||
config_set "$1" "upload" "128"
|
config_set "$1" "upload" "128"
|
||||||
config_set "$1" "download" "1024"
|
|
||||||
;;
|
;;
|
||||||
classify|default|reclassify)
|
classify|default|reclassify)
|
||||||
option_cb() {
|
option_cb() {
|
||||||
|
|
Loading…
Reference in a new issue