diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-06 16:59:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-06 16:59:56 +0000 |
commit | c993ad73be467282f04a53e112cbd535498f2226 (patch) | |
tree | bc0eb43b63461eefa096796f79487ac1b0fcf0f8 /package/qos-scripts/Makefile | |
parent | c6aa5d159d28bf31647c5d09fb2c707bac47885d (diff) | |
download | upstream-c993ad73be467282f04a53e112cbd535498f2226.tar.gz upstream-c993ad73be467282f04a53e112cbd535498f2226.tar.bz2 upstream-c993ad73be467282f04a53e112cbd535498f2226.zip |
update qos-scripts to v1.1 - rewritten hfsc rate calculation
SVN-Revision: 6875
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 78a8cc2563..43225f919f 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.4 +PKG_VERSION:=1.1.0 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |