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