diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-30 09:59:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-30 09:59:18 +0000 |
commit | 50bbe0d6ba8d795611f5cf831bc379f2821eb5a6 (patch) | |
tree | 84af0e87af6d347bec54d49a5b9d79b5a64f9b78 | |
parent | a297ec8e13d10274155e0850228bb06c7648e541 (diff) | |
download | master-187ad058-50bbe0d6ba8d795611f5cf831bc379f2821eb5a6.tar.gz master-187ad058-50bbe0d6ba8d795611f5cf831bc379f2821eb5a6.tar.bz2 master-187ad058-50bbe0d6ba8d795611f5cf831bc379f2821eb5a6.zip |
target: set myself as maintainer
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42335 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ipq806x/Makefile | 1 | ||||
-rw-r--r-- | target/linux/lantiq/Makefile | 1 | ||||
-rw-r--r-- | target/linux/ramips/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 7521e971ef..78290e88cd 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -7,6 +7,7 @@ BOARD:=ipq806x BOARDNAME:=Qualcomm Atheros IPQ806X FEATURES:=squashfs CPU_TYPE:=cortex-a7 +MAINTAINER:=John Crispin <blogic@openwrt.org> LINUX_VERSION:=3.14.12 diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 143c110664..5dcefc5d32 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -10,6 +10,7 @@ BOARD:=lantiq BOARDNAME:=Lantiq FEATURES:=squashfs SUBTARGETS=xway xrx200 +MAINTAINER:=John Crispin <blogic@openwrt.org> LINUX_VERSION:=3.10.49 diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 446399e82d..1b788c9545 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -11,6 +11,7 @@ BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x FEATURES:=squashfs gpio +MAINTAINER:=John Crispin <blogic@openwrt.org> LINUX_VERSION:=3.14.16 |