aboutsummaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/files/usr/lib/qos.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-11 15:25:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-11 15:25:07 +0000
commitd475cb81c7e122acda3da3a6e758399cb8362971 (patch)
tree50edef905c1749d7e6b6bffd949bb8ef6a24308e /package/qos-scripts/files/usr/lib/qos.sh
parent65666689218998b32247f15af923f645c0418524 (diff)
downloadupstream-d475cb81c7e122acda3da3a6e758399cb8362971.tar.gz
upstream-d475cb81c7e122acda3da3a6e758399cb8362971.tar.bz2
upstream-d475cb81c7e122acda3da3a6e758399cb8362971.zip
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
Diffstat (limited to 'package/qos-scripts/files/usr/lib/qos.sh')
-rwxr-xr-xpackage/qos-scripts/files/usr/lib/qos.sh1
1 files changed, 0 insertions, 1 deletions
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() {