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 | 228f345ff16286682df56a56113cbe62cb52125c (patch) | |
tree | de356a07dfb190f9bc9ffe81639dc8478d74380c /package/busybox/Makefile | |
parent | 67d446094f5b5484546c536195d23e2567609717 (diff) | |
download | upstream-228f345ff16286682df56a56113cbe62cb52125c.tar.gz upstream-228f345ff16286682df56a56113cbe62cb52125c.tar.bz2 upstream-228f345ff16286682df56a56113cbe62cb52125c.zip |
[package] busybox: add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20657 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |