diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-11 15:25:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-11 15:25:07 +0000 |
commit | 312802199b7cc09dde5ed867745f4c1baa3c5204 (patch) | |
tree | eb88f51116d62fbd75a2386dba31e578d5b84885 /package/qos-scripts/files/usr | |
parent | cbe21ae5f5ed4c52138989ecbe6af690e3e58be6 (diff) | |
download | upstream-312802199b7cc09dde5ed867745f4c1baa3c5204.tar.gz upstream-312802199b7cc09dde5ed867745f4c1baa3c5204.tar.bz2 upstream-312802199b7cc09dde5ed867745f4c1baa3c5204.zip |
allow the user to disable downlink shaping by removing the option download ... line
SVN-Revision: 5497
Diffstat (limited to 'package/qos-scripts/files/usr')
-rwxr-xr-x | package/qos-scripts/files/usr/lib/qos.sh | 1 |
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() { |