diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-10 13:21:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-10 13:21:54 +0000 |
commit | 8230e20a799f5391ca5b5560abc6148d10e8a8d6 (patch) | |
tree | 4f5b43a77c89c73233ed6c01dadb1fdc91debc0b /package/uboot-pxa/Makefile | |
parent | c748c36d2c5d2c1741f7e1e4c7e37304f62b38b9 (diff) | |
download | upstream-8230e20a799f5391ca5b5560abc6148d10e8a8d6.tar.gz upstream-8230e20a799f5391ca5b5560abc6148d10e8a8d6.tar.bz2 upstream-8230e20a799f5391ca5b5560abc6148d10e8a8d6.zip |
add myself as maintainer of some packages
SVN-Revision: 33703
Diffstat (limited to 'package/uboot-pxa/Makefile')
-rw-r--r-- | package/uboot-pxa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uboot-pxa/Makefile b/package/uboot-pxa/Makefile index d6b3753629..7fe747cf0c 100644 --- a/package/uboot-pxa/Makefile +++ b/package/uboot-pxa/Makefile @@ -40,6 +40,7 @@ define Package/uboot-pxa-$(1) TITLE:=$(2) URL:=http://www.denx.de/wiki/U-Boot VARIANT:=$(1) + MAINTAINER:=Florian Fainelli <florian@openwrt.org> endef endef |