add myself as a maintainer for a few more packages
SVN-Revision: 33693
This commit is contained in:
parent
2fb3792fa9
commit
e51eb6046d
5 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue