diff options
author | John Crispin <john@phrozen.org> | 2016-06-14 08:37:52 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-14 13:00:30 +0200 |
commit | bfcbca3e049e39878f26294642c4638aea2d7900 (patch) | |
tree | 50c7dffe23204847984759503e2a4273db3eb84e /target/linux/ramips/Makefile | |
parent | 719fd09d91682c00c18bb29c7785638a1a83b622 (diff) | |
download | upstream-bfcbca3e049e39878f26294642c4638aea2d7900.tar.gz upstream-bfcbca3e049e39878f26294642c4638aea2d7900.tar.bz2 upstream-bfcbca3e049e39878f26294642c4638aea2d7900.zip |
mediatek/ralink: fix boardnames
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <john@phrozen.org> |