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/utils | |
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/utils')
-rw-r--r-- | package/network/utils/comgt/Makefile | 2 | ||||
-rw-r--r-- | package/network/utils/wireless-tools/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
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 |