From 312802199b7cc09dde5ed867745f4c1baa3c5204 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 11 Nov 2006 15:25:07 +0000
Subject: [PATCH] allow the user to disable downlink shaping by removing the
 option download ... line

SVN-Revision: 5497
---
 package/qos-scripts/Makefile             | 2 +-
 package/qos-scripts/files/usr/lib/qos.sh | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile
index 444009791ce..86eb6b3a239 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 bc048070318..8fcf9dc27f6 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() {
-- 
GitLab