diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-06 12:43:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-06 12:43:49 +0000 |
commit | 9f1c7b9712344b43e5607128e48684579808a68f (patch) | |
tree | 81820ecfe3551ecc8705d3fc8a71c47a75cf393d | |
parent | 1ab57d9680fce2216f3f210b4c7cb021bda46a0f (diff) | |
download | upstream-9f1c7b9712344b43e5607128e48684579808a68f.tar.gz upstream-9f1c7b9712344b43e5607128e48684579808a68f.tar.bz2 upstream-9f1c7b9712344b43e5607128e48684579808a68f.zip |
BB: qos-scripts: bump PKG_REVISION and copyright year
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Backport of r43860
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43862 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/config/qos-scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/qos-scripts/Makefile b/package/network/config/qos-scripts/Makefile index a6690a161a..8b6aac3caf 100644 --- a/package/network/config/qos-scripts/Makefile +++ b/package/network/config/qos-scripts/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2015 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:=6 +PKG_RELEASE:=7 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |