mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:31:06 +02:00
allow the user to disable downlink shaping by removing the option download ... line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5497 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
11cdd8c18e
commit
b955110656
@ -9,7 +9,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qos-scripts
|
||||
PKG_VERSION:=0.9.2
|
||||
PKG_VERSION:=0.9.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
|
@ -143,7 +143,6 @@ config_cb() {
|
||||
interface)
|
||||
config_set "$1" "classgroup" "Default"
|
||||
config_set "$1" "upload" "128"
|
||||
config_set "$1" "download" "1024"
|
||||
;;
|
||||
classify|default|reclassify)
|
||||
option_cb() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user