summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-03-08 01:48:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-03-08 01:48:44 +0000
commitf71fa7d646011d9ed8040d816f3aaf8e7d5bfdcf (patch)
treeceb37fc628f895437328668af3df0cd10ab37f6c /target
parentc2a37910003c6f8917a39e599bf15e675445562e (diff)
downloadmtk-20170518-f71fa7d646011d9ed8040d816f3aaf8e7d5bfdcf.zip
mtk-20170518-f71fa7d646011d9ed8040d816f3aaf8e7d5bfdcf.tar.gz
mtk-20170518-f71fa7d646011d9ed8040d816f3aaf8e7d5bfdcf.tar.bz2
brcm47xx: explicitely mention MIPS to avoid confusion
And while at it, fix the nomenclature, BCM947xx/953xx refer to specific boards, while BCM47xx/BCM53xx refer to chip identification number. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39841
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm47xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile
index ab0dc7b..4576ac3 100644
--- a/target/linux/brcm47xx/Makefile
+++ b/target/linux/brcm47xx/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=brcm47xx
-BOARDNAME:=Broadcom BCM947xx/953xx
+BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
FEATURES:=squashfs usb pcmcia
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>