diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-01-20 17:33:41 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-01-20 17:33:41 +0000 |
commit | a98c957eb5976d01dde80b0f8286fd7f7359da26 (patch) | |
tree | 81c2d94e7cde6b27fb319be248bd0a8271577137 /package/qos-scripts/Makefile | |
parent | 876dd50e11fff287af351f77e3b43003e240d385 (diff) | |
download | mtk-20170518-a98c957eb5976d01dde80b0f8286fd7f7359da26.zip mtk-20170518-a98c957eb5976d01dde80b0f8286fd7f7359da26.tar.gz mtk-20170518-a98c957eb5976d01dde80b0f8286fd7f7359da26.tar.bz2 |
qos-scripts: Rework qos-stat script
SVN-Revision: 25052
Diffstat (limited to 'package/qos-scripts/Makefile')
-rw-r--r-- | package/qos-scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 7a37469..c999e7e 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qos-scripts PKG_VERSION:=1.2.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |