mediatek/ralink: fix boardnames
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
719fd09d91
commit
bfcbca3e04
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=mediatek
|
BOARD:=mediatek
|
||||||
BOARDNAME:=Mediatek Ralink ARM
|
BOARDNAME:=MediaTek Ralink ARM
|
||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
CPU_TYPE:=cortex-a7
|
CPU_TYPE:=cortex-a7
|
||||||
MAINTAINER:=John Crispin <john@phrozen.org>
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
||||||
|
|
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
ARCH:=mipsel
|
ARCH:=mipsel
|
||||||
BOARD:=ramips
|
BOARD:=ramips
|
||||||
BOARDNAME:=Ralink RT288x/RT3xxx
|
BOARDNAME:=MediaTek Ralink MIPS
|
||||||
SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x
|
SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x
|
||||||
FEATURES:=squashfs gpio mips16
|
FEATURES:=squashfs gpio mips16
|
||||||
MAINTAINER:=John Crispin <john@phrozen.org>
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
||||||
|
|
Loading…
Reference in a new issue