diff options
author | John Crispin <john@openwrt.org> | 2014-08-30 09:59:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-30 09:59:18 +0000 |
commit | 4d96ccd87a6528b173be4b5bec6877c400dfd878 (patch) | |
tree | a86a5ae5307a0242602ae492baad27cc48846b35 | |
parent | 3c1f6e358d4f1da4cf79083996544ce909f21b5f (diff) | |
download | upstream-4d96ccd87a6528b173be4b5bec6877c400dfd878.tar.gz upstream-4d96ccd87a6528b173be4b5bec6877c400dfd878.tar.bz2 upstream-4d96ccd87a6528b173be4b5bec6877c400dfd878.zip |
target: set myself as maintainer
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42335
-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 |