diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-09 20:53:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-09 20:53:13 +0000 |
commit | 44d22771ae50189b964327832a4c8e07c29e024c (patch) | |
tree | f960ed8bdc5cc415d77343d3b497cafa22a10027 /target/linux/brcm2708/Makefile | |
parent | 15da5cfcdba887d73bb57df604a437a585872e1c (diff) | |
download | upstream-44d22771ae50189b964327832a4c8e07c29e024c.tar.gz upstream-44d22771ae50189b964327832a4c8e07c29e024c.tar.bz2 upstream-44d22771ae50189b964327832a4c8e07c29e024c.zip |
brcm2708: update maintainership
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37220
Diffstat (limited to 'target/linux/brcm2708/Makefile')
-rw-r--r-- | target/linux/brcm2708/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index f8cd6c8988..e4991477d9 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2012-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ ARCH:=arm BOARD:=brcm2708 BOARDNAME:=Broadcom BCM2708/BCM2835 FEATURES:=ext4 audio usb usbgadget display gpio -MAINTAINER:=Ian Ridge <ianridge[at]gmail.com> +MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=3.10 |