瀏覽代碼

mediatek/ralink: fix boardnames

Signed-off-by: John Crispin <[email protected]>
John Crispin 9 年之前
父節點
當前提交
bfcbca3e04
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      target/linux/mediatek/Makefile
  2. 1 1
      target/linux/ramips/Makefile

+ 1 - 1
target/linux/mediatek/Makefile

@@ -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 <[email protected]>
 MAINTAINER:=John Crispin <[email protected]>

+ 1 - 1
target/linux/ramips/Makefile

@@ -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 <[email protected]>
 MAINTAINER:=John Crispin <[email protected]>