From 8ecc7ccb35634eb2b73938295384c51194f34531 Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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 --- openwrt/package/qos-scripts/Makefile | 2 +- openwrt/package/qos-scripts/files/usr/lib/qos.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/openwrt/package/qos-scripts/Makefile b/openwrt/package/qos-scripts/Makefile index 6098549b59..58a19148b5 100644 --- a/openwrt/package/qos-scripts/Makefile +++ b/openwrt/package/qos-scripts/Makefile @@ -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) diff --git a/openwrt/package/qos-scripts/files/usr/lib/qos.sh b/openwrt/package/qos-scripts/files/usr/lib/qos.sh index 83e6739853..a5f506d0d4 100755 --- a/openwrt/package/qos-scripts/files/usr/lib/qos.sh +++ b/openwrt/package/qos-scripts/files/usr/lib/qos.sh @@ -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() { -- 2.30.2