summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-10 12:49:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-10 12:49:37 +0000
commite51eb6046dee3f89391cd7a6145d9fd4cdd0ca25 (patch)
tree83c36b4328638ae309cdab8e4c75b63d405ad9c6 /package
parent2fb3792fa96eb26596753a5783b86a129a805ef8 (diff)
downloadmaster-31e0f0ae-e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25.tar.gz
master-31e0f0ae-e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25.tar.bz2
master-31e0f0ae-e51eb6046dee3f89391cd7a6145d9fd4cdd0ca25.zip
add myself as a maintainer for a few more packages
SVN-Revision: 33693
Diffstat (limited to 'package')
-rw-r--r--package/libs/libpcap/Makefile2
-rw-r--r--package/network/config/qos-scripts/Makefile2
-rw-r--r--package/network/utils/comgt/Makefile2
-rw-r--r--package/network/utils/wireless-tools/Makefile2
-rw-r--r--package/toolchain/Makefile2
5 files changed, 10 insertions, 0 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index ba65498568..de77c0018a 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
PKG_MD5SUM:=1bca27d206970badae248cfa471bbb47
+PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
+
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
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
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile
index 6cb802c600..53249031c4 100644
--- a/package/network/utils/comgt/Makefile
+++ b/package/network/utils/comgt/Makefile
@@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/comgt
PKG_MD5SUM:=db2452680c3d953631299e331daf49ef
+PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
+
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
diff --git a/package/network/utils/wireless-tools/Makefile b/package/network/utils/wireless-tools/Makefile
index d553d4b176..f0cf2cda6a 100644
--- a/package/network/utils/wireless-tools/Makefile
+++ b/package/network/utils/wireless-tools/Makefile
@@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux
PKG_MD5SUM:=e06c222e186f7cc013fd272d023710cb
TAR_OPTIONS += || true
+PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
+
PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
diff --git a/package/toolchain/Makefile b/package/toolchain/Makefile
index fac6ecd6c7..7518e9d06c 100644
--- a/package/toolchain/Makefile
+++ b/package/toolchain/Makefile
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=toolchain
PKG_RELEASE:=1
+PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
+
include $(INCLUDE_DIR)/package.mk
ifneq ($(DUMP),1)