diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-11 15:25:07 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-11 15:25:07 +0000 |
commit | b95511065669c952e554ccbe8c8054bd166019e4 (patch) | |
tree | 50edef905c1749d7e6b6bffd949bb8ef6a24308e /package/qos-scripts/files/usr | |
parent | 11cdd8c18e72bf10191cbea26f5f3edccdd819f1 (diff) |
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')
-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 bc0480703..8fcf9dc27 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() { |