mediatek/ralink: fix boardnames
authorJohn Crispin <john@phrozen.org>
Tue, 14 Jun 2016 06:37:52 +0000 (08:37 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 14 Jun 2016 11:00:30 +0000 (13:00 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
target/linux/mediatek/Makefile
target/linux/ramips/Makefile

index 17deab16a30326accc18d7362c48acf38d11626a..8a7f0af4f63e95f73c6288d537567d97da1b413f 100644 (file)
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=arm
 BOARD:=mediatek
-BOARDNAME:=Mediatek Ralink ARM
+BOARDNAME:=MediaTek Ralink ARM
 FEATURES:=squashfs jffs2
 CPU_TYPE:=cortex-a7
 MAINTAINER:=John Crispin <john@phrozen.org>
index 4e8b26cb8462e9c88d5de9be4502ef3ca6eb1655..b4ccaf64e1d27355907ac697e4b77e6a68ba922a 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=mipsel
 BOARD:=ramips
-BOARDNAME:=Ralink RT288x/RT3xxx
+BOARDNAME:=MediaTek Ralink MIPS
 SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x
 FEATURES:=squashfs gpio mips16
 MAINTAINER:=John Crispin <john@phrozen.org>