brcm47xx: explicitely mention MIPS to avoid confusion
authorFlorian Fainelli <florian@openwrt.org>
Sat, 8 Mar 2014 01:48:44 +0000 (01:48 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 8 Mar 2014 01:48:44 +0000 (01:48 +0000)
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

target/linux/brcm47xx/Makefile

index ab0dc7b01f75f4f59ccd19e49c003a137a338cea..4576ac3c8c66368d46a0e92f0aea8d1b96d4b583 100644 (file)
@@ -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>