Forráskód Böngészése

mediatek/ralink: fix boardnames

Signed-off-by: John Crispin <[email protected]>
John Crispin 9 éve
szülő
commit
bfcbca3e04
2 módosított fájl, 2 hozzáadás és 2 törlés
  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
 BOARD:=mediatek
-BOARDNAME:=Mediatek Ralink ARM
+BOARDNAME:=MediaTek Ralink ARM
 FEATURES:=squashfs jffs2
 CPU_TYPE:=cortex-a7
 MAINTAINER:=John Crispin <[email protected]>

+ 1 - 1
target/linux/ramips/Makefile

@@ -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 <[email protected]>