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 /target/linux/ramips | |
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
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |