diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-27 01:52:29 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-27 01:52:29 +0000 |
commit | a30bb96ae0e81d72bec316ba9443dcb5bd1cccb6 (patch) | |
tree | 1148def10056e863db7983ed52e67e74378c29f2 | |
parent | 4e29196f5ef8c81c4921d543dfe6ad03cfc776ec (diff) |
mvebu: add myself as maintainer
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38226 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/mvebu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 1b06bfe3a4..bf3c5f86a9 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -12,6 +12,7 @@ BOARDNAME:=Marvell Armada XP/370 FEATURES:=targz usb pci pcie gpio CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 +MAINTAINER:=Luka Perkov <luka@openwrt.org> LINUX_VERSION:=3.10.12 |