From bfcbca3e049e39878f26294642c4638aea2d7900 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 14 Jun 2016 08:37:52 +0200 Subject: [PATCH] mediatek/ralink: fix boardnames Signed-off-by: John Crispin --- target/linux/mediatek/Makefile | 2 +- target/linux/ramips/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index 17deab16a3..8a7f0af4f6 100644 --- a/target/linux/mediatek/Makefile +++ b/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 diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 4e8b26cb84..b4ccaf64e1 100644 --- a/target/linux/ramips/Makefile +++ b/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 -- 2.30.2