From: Jo-Philipp Wich Date: Thu, 30 Sep 2010 10:48:37 +0000 (+0000) Subject: [package] add maintainer information X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=82298f695a7e14ab75dc9a0e10c9bee3efcf2f6c [package] add maintainer information SVN-Revision: 23159 --- diff --git a/package/6in4/Makefile b/package/6in4/Makefile index 5722a48638..1f0573b97a 100644 --- a/package/6in4/Makefile +++ b/package/6in4/Makefile @@ -18,6 +18,7 @@ define Package/6in4 CATEGORY:=IPv6 DEPENDS:=+ip +kmod-ipv6 +kmod-sit TITLE:=IPv6-in-IPv4 configuration support + MAINTAINER:=Jo-Philipp Wich PKGARCH:=all endef diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 82ae04757f..1f461567b3 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -18,6 +18,7 @@ define Package/firewall CATEGORY:=Base system URL:=http://openwrt.org/ TITLE:=OpenWrt firewall + MAINTAINER:=Jo-Philipp Wich DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat PKGARCH:=all endef diff --git a/package/nvram/Makefile b/package/nvram/Makefile index 5ff3791c5e..81cff034c4 100644 --- a/package/nvram/Makefile +++ b/package/nvram/Makefile @@ -18,6 +18,7 @@ define Package/nvram SECTION:=utils CATEGORY:=Base system TITLE:=Userspace port of the Broadcom NVRAM manipulation tool + MAINTAINER:=Jo-Philipp Wich DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx endef diff --git a/package/opkg/Makefile b/package/opkg/Makefile index be5c490e0a..73dc3032fc 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -26,6 +26,7 @@ define Package/opkg SECTION:=base CATEGORY:=Base system TITLE:=opkg package management system + MAINTAINER:=Jo-Philipp Wich URL:=http://wiki.openmoko.org/wiki/Opkg endef diff --git a/package/ppp/Makefile b/package/ppp/Makefile index f24ddb6d9c..4107ef6864 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ppp/Default SECTION:=net CATEGORY:=Network + MAINTAINER:=Jo-Philipp Wich URL:=http://ppp.samba.org/ endef diff --git a/package/pptp/Makefile b/package/pptp/Makefile index a55309bf51..a7b9220d95 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -21,6 +21,7 @@ define Package/pptp SECTION:=net CATEGORY:=Network TITLE:=PPTP client + MAINTAINER:=Jo-Philipp Wich URL:=http://pptpclient.sourceforge.net/ DEPENDS:=+ppp +kmod-gre endef diff --git a/package/px5g/Makefile b/package/px5g/Makefile index 638f8c0c4e..ad4ec40580 100644 --- a/package/px5g/Makefile +++ b/package/px5g/Makefile @@ -18,6 +18,7 @@ define Package/px5g SECTION:=utils CATEGORY:=Utilities TITLE:=Standalone X.509 certificate generator + MAINTAINER:=Jo-Philipp Wich endef define Package/px5g/description diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index e37fa90ec4..835e5b5277 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -19,6 +19,7 @@ define Package/uhttpd/default SECTION:=net CATEGORY:=Network TITLE:=uHTTPd - tiny, single threaded HTTP server + MAINTAINER:=Jo-Philipp Wich endef define Package/uhttpd