diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-11 15:25:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-11 15:25:07 +0000 |
commit | d475cb81c7e122acda3da3a6e758399cb8362971 (patch) | |
tree | 50edef905c1749d7e6b6bffd949bb8ef6a24308e /package/qos-scripts/Makefile | |
parent | 65666689218998b32247f15af923f645c0418524 (diff) | |
download | upstream-d475cb81c7e122acda3da3a6e758399cb8362971.tar.gz upstream-d475cb81c7e122acda3da3a6e758399cb8362971.tar.bz2 upstream-d475cb81c7e122acda3da3a6e758399cb8362971.zip |
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/Makefile')
-rw-r--r-- | package/qos-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 444009791c..86eb6b3a23 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) |