allow the user to disable downlink shaping by removing the option download ... line
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 11 Nov 2006 15:25:07 +0000 (15:25 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 11 Nov 2006 15:25:07 +0000 (15:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5497 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/qos-scripts/Makefile
package/qos-scripts/files/usr/lib/qos.sh

index 444009791ce55c6e874d90d8deed55af6db5df64..86eb6b3a239511fb13e33c77b362dd28d1874e00 100644 (file)
@@ -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)
index bc048070318803a9432765b189070ef8496a6706..8fcf9dc27f631cc3dc0122e4574a5d5de7cece4a 100755 (executable)
@@ -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() {