diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-10 12:49:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-10 12:49:37 +0000 |
commit | e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25 (patch) | |
tree | 83c36b4328638ae309cdab8e4c75b63d405ad9c6 /package/network/config/qos-scripts | |
parent | 2fb3792fa96eb26596753a5783b86a129a805ef8 (diff) | |
download | upstream-e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25.tar.gz upstream-e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25.tar.bz2 upstream-e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25.zip |
add myself as a maintainer for a few more packages
SVN-Revision: 33693
Diffstat (limited to 'package/network/config/qos-scripts')
-rw-r--r-- | package/network/config/qos-scripts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/config/qos-scripts/Makefile b/package/network/config/qos-scripts/Makefile index be2a5a8ed1..a6690a161a 100644 --- a/package/network/config/qos-scripts/Makefile +++ b/package/network/config/qos-scripts/Makefile @@ -11,6 +11,8 @@ PKG_NAME:=qos-scripts PKG_VERSION:=1.2.1 PKG_RELEASE:=6 +PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> + PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk |