allow the user to disable downlink shaping by removing the option download ... line
authorFelix Fietkau <nbd@openwrt.org>
Sat, 11 Nov 2006 15:25:07 +0000 (15:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 11 Nov 2006 15:25:07 +0000 (15:25 +0000)
SVN-Revision: 5497

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

index 6098549b597deb837fc3633efec3ceb92357ff7c..58a19148b5e1f24b0392452e9a9c8c75eddeb1f7 100644 (file)
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME := qos-scripts
 PKG_RELEASE := 1
-PKG_VERSION := 0.9.2
+PKG_VERSION := 0.9.3
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
index 83e6739853e53d5000e8c11afb91db21f403b383..a5f506d0d4dd8d953bf84dbc7e4dc605135b18a5 100755 (executable)
@@ -137,7 +137,6 @@ config_cb() {
                interface)
                        config_set "$1" "classgroup" "Default"
                        config_set "$1" "upload" "128"
-                       config_set "$1" "download" "1024"
                ;;
                classify|default|reclassify)
                        option_cb() {