projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a3791
)
brcm47xx: explicitely mention MIPS to avoid confusion
author
Florian Fainelli
<florian@openwrt.org>
Sat, 8 Mar 2014 01:48:44 +0000
(
01:48
+0000)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/Makefile
b/target/linux/brcm47xx/Makefile
index ab0dc7b01f75f4f59ccd19e49c003a137a338cea..4576ac3c8c66368d46a0e92f0aea8d1b96d4b583 100644
(file)
--- a/
target/linux/brcm47xx/Makefile
+++ b/
target/linux/brcm47xx/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=brcm47xx
-BOARDNAME:=Broadcom BCM
947xx/953xx
+BOARDNAME:=Broadcom BCM
47xx/53xx (MIPS)
FEATURES:=squashfs usb pcmcia
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>