diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-02 22:59:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-02 22:59:39 +0000 |
commit | 15f9699e985a6d0c93283366864c2ffc43e53b2c (patch) | |
tree | 1a2f0e091e3e92e50143e8d5bbfbff6688f403c9 /package/busybox/Makefile | |
parent | a8e904a9587c03c01a3fb43de1afca26e8da9a5e (diff) | |
download | upstream-15f9699e985a6d0c93283366864c2ffc43e53b2c.tar.gz upstream-15f9699e985a6d0c93283366864c2ffc43e53b2c.tar.bz2 upstream-15f9699e985a6d0c93283366864c2ffc43e53b2c.zip |
busybox: add myself as maintainer
SVN-Revision: 20657
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 714d0c4652..97235fce72 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -30,6 +30,7 @@ init-$(CONFIG_BUSYBOX_CONFIG_TELNETD) += telnet define Package/busybox SECTION:=base CATEGORY:=Base system + MAINTAINER:=Nicolas Thill <nico@openwrt.org> TITLE:=Core utilities for embedded Linux URL:=http://busybox.net/ MENU:=1 |