diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-24 19:24:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-24 19:24:08 +0000 |
commit | 50735bc351525f8df0fecabbe7f4a9410003d75d (patch) | |
tree | 31eaccfa4b837c537a34cc73fd7aa5e1c1758b66 /package/qos-scripts/Makefile | |
parent | 6ee129297f11683175d926aff8adb937f1a65c6d (diff) | |
download | upstream-50735bc351525f8df0fecabbe7f4a9410003d75d.tar.gz upstream-50735bc351525f8df0fecabbe7f4a9410003d75d.tar.bz2 upstream-50735bc351525f8df0fecabbe7f4a9410003d75d.zip |
qos-scripts update - fix enabling/disabling of interfaces, make the overhead calculation optional
SVN-Revision: 7048
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 43225f919f..676d4dd619 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.0 +PKG_VERSION:=1.1.1 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |