diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-30 10:48:37 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-30 10:48:37 +0000 |
commit | f2b88b69803a7f6475c49d7a7b8e459f1d974e37 (patch) | |
tree | 205f40a09c167342632a478cb64679e78e606150 /package | |
parent | 072a59cb9f897dd47648105ff3c29400ba2b322a (diff) |
[package] add maintainer information
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23159 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/6in4/Makefile | 1 | ||||
-rw-r--r-- | package/firewall/Makefile | 1 | ||||
-rw-r--r-- | package/nvram/Makefile | 1 | ||||
-rw-r--r-- | package/opkg/Makefile | 1 | ||||
-rw-r--r-- | package/ppp/Makefile | 1 | ||||
-rw-r--r-- | package/pptp/Makefile | 1 | ||||
-rw-r--r-- | package/px5g/Makefile | 1 | ||||
-rw-r--r-- | package/uhttpd/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/package/6in4/Makefile b/package/6in4/Makefile index 5722a4863..1f0573b97 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 <xm@subsignal.org> PKGARCH:=all endef diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 82ae04757..1f461567b 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 <xm@subsignal.org> DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat PKGARCH:=all endef diff --git a/package/nvram/Makefile b/package/nvram/Makefile index 5ff3791c5..81cff034c 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 <xm@subsignal.org> DEPENDS:=@TARGET_brcm47xx||@TARGET_ar71xx endef diff --git a/package/opkg/Makefile b/package/opkg/Makefile index be5c490e0..73dc3032f 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 <xm@subsignal.org> URL:=http://wiki.openmoko.org/wiki/Opkg endef diff --git a/package/ppp/Makefile b/package/ppp/Makefile index f24ddb6d9..4107ef686 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 <xm@subsignal.org> URL:=http://ppp.samba.org/ endef diff --git a/package/pptp/Makefile b/package/pptp/Makefile index a55309bf5..a7b9220d9 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 <xm@subsignal.org> URL:=http://pptpclient.sourceforge.net/ DEPENDS:=+ppp +kmod-gre endef diff --git a/package/px5g/Makefile b/package/px5g/Makefile index 638f8c0c4..ad4ec4058 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 <xm@subsignal.org> endef define Package/px5g/description diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index e37fa90ec..835e5b527 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 <xm@subsignal.org> endef define Package/uhttpd |