diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-08 05:55:32 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-08 05:55:32 +0000 |
commit | 705651884d6ad3ae598ce59d3750fd3e53234739 (patch) | |
tree | e015e0c184f9e3734eb34d6bba8e40b1fc2dc1c3 /target | |
parent | e4c35bd9fb2a501784e8a42498938648ffcead6a (diff) | |
download | upstream-705651884d6ad3ae598ce59d3750fd3e53234739.tar.gz upstream-705651884d6ad3ae598ce59d3750fd3e53234739.tar.bz2 upstream-705651884d6ad3ae598ce59d3750fd3e53234739.zip |
brcm47xx: update legacy subtarget description
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45310
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm47xx/legacy/target.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/legacy/target.mk b/target/linux/brcm47xx/legacy/target.mk index bdabd103d2..7310896762 100644 --- a/target/linux/brcm47xx/legacy/target.mk +++ b/target/linux/brcm47xx/legacy/target.mk @@ -1,7 +1,8 @@ FEATURES += low_mem pcmcia -BOARDNAME:=Legacy (802.11g) +BOARDNAME:=Legacy (BMIPS3300) define Target/Description - Build generic firmware for legacy 802.11g Broadcom BCM47xx - and BCM53xx MIPS devices. + Build firmware for Broadcom BCM47xx and BCM53xx devices with + BMIPS3300 CPU except for BCM4705 SoC. + Supported SoCs: BCM5352E, BCM5354, BCM5365?, BCM4712, BCM4704. endef |