aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/Makefile
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
commit139131df376bef6c57cfffc99a4514afb19e13ec (patch)
tree44b1cd3d39e54a9780afe7ac2a667f2d42c33a24 /target/linux/brcm47xx/Makefile
parentc71bb28d06ddceb79ea5f6b87e52a5e6e238c785 (diff)
downloadmaster-187ad058-139131df376bef6c57cfffc99a4514afb19e13ec.tar.gz
master-187ad058-139131df376bef6c57cfffc99a4514afb19e13ec.tar.bz2
master-187ad058-139131df376bef6c57cfffc99a4514afb19e13ec.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-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 ab0dc7b01f..4576ac3c8c 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>