diff options
author | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> | 2011-01-20 17:33:41 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> | 2011-01-20 17:33:41 +0000 |
commit | 1d7e6597959dec3cf7e5f62453508c92d2924e49 (patch) | |
tree | 16373c140bbb33ebea612a8d483c0e78a1284b98 /package/qos-scripts/Makefile | |
parent | b872aec3572d0348cb5543a10b5ee6c21f906846 (diff) | |
download | upstream-1d7e6597959dec3cf7e5f62453508c92d2924e49.tar.gz upstream-1d7e6597959dec3cf7e5f62453508c92d2924e49.tar.bz2 upstream-1d7e6597959dec3cf7e5f62453508c92d2924e49.zip |
[package] qos-scripts: Rework qos-stat script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25052 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7a374697e5..c999e7e679 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) |