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 | e9109df2a2c42467cae2d936f2960ba77c2c0693 (patch) | |
tree | 29b3c566b21686043e015a6c94fdf8520c3c876e /target | |
parent | 3a2f07960fc5ca5f08e665fae7925485d1fc8ed5 (diff) | |
download | upstream-e9109df2a2c42467cae2d936f2960ba77c2c0693.tar.gz upstream-e9109df2a2c42467cae2d936f2960ba77c2c0693.tar.bz2 upstream-e9109df2a2c42467cae2d936f2960ba77c2c0693.zip |
brcm47xx: update legacy subtarget description
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45310 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |