diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-30 02:34:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-30 02:34:03 +0000 |
commit | 8c0de1732204b0a29ba09b2881b6bf4f9883493d (patch) | |
tree | 38a77d0d9c19636eef10fd883a222316e6b7eda3 /package/qos-scripts/Makefile | |
parent | 1449d4ce2853d299262e971da68837cd0610ce13 (diff) | |
download | upstream-8c0de1732204b0a29ba09b2881b6bf4f9883493d.tar.gz upstream-8c0de1732204b0a29ba09b2881b6bf4f9883493d.tar.bz2 upstream-8c0de1732204b0a29ba09b2881b6bf4f9883493d.zip |
qos-scripts update:
- rewrite the RED qdisc calculations and add some comments
this should fix the warnings about bursting (should also fix quirks with various linespeed settings)
- reduce the calculated overhead for upstream, while i'm at it...
SVN-Revision: 7782
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 676d4dd619..181facd475 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:=1.1.1 +PKG_VERSION:=1.2.0 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |