From: nbd Date: Sat, 11 Nov 2006 15:25:07 +0000 (+0000) Subject: allow the user to disable downlink shaping by removing the option download ... line X-Git-Tag: fast2504n-3.10.28-merged~22706 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=b95511065669c952e554ccbe8c8054bd166019e4;p=openwrt.git 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 --- diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 444009791c..86eb6b3a23 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -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) diff --git a/package/qos-scripts/files/usr/lib/qos.sh b/package/qos-scripts/files/usr/lib/qos.sh index bc04807031..8fcf9dc27f 100755 --- a/package/qos-scripts/files/usr/lib/qos.sh +++ b/package/qos-scripts/files/usr/lib/qos.sh @@ -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() {