diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-25 22:34:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-25 22:34:15 +0000 |
commit | 5744500ab66364d1667196f4ee8314b9dc39f6cc (patch) | |
tree | 1e8dc730d66f1a0ea6cd14bcedb74b8af215e387 | |
parent | 2bff4ca7b1e031ca021e68946553504ac961a528 (diff) | |
download | openwrt-5744500ab66364d1667196f4ee8314b9dc39f6cc.tar.gz openwrt-5744500ab66364d1667196f4ee8314b9dc39f6cc.tar.bz2 openwrt-5744500ab66364d1667196f4ee8314b9dc39f6cc.zip |
we've changed places with Luka, reflect that :)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43774
-rw-r--r-- | target/linux/kirkwood/Makefile | 2 | ||||
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index bf3c431a17..6fa42bfbbf 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,7 +11,7 @@ BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood FEATURES:=targz usb jffs2_nand nand ubifs CPU_TYPE:=xscale -MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> +MAINTAINER:=Luka Perkov <luka@openwrt.org> KERNEL_PATCHVER:=3.14 diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 630a330608..8dd0e61714 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Marvell Armada XP/370 FEATURES:=targz usb pci pcie gpio nand squashfs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 -MAINTAINER:=Luka Perkov <luka@openwrt.org> +MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> KERNEL_PATCHVER:=3.14 |