diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-25 16:41:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-25 16:41:10 +0000 |
commit | e849634d70faed22dda55a5d0807dcd793b61fda (patch) | |
tree | 578d16a065a1475bcf1646dd55e19f1a2521c4ea /target/linux | |
parent | 8cb000c62fc7c6d478946ff36a666267df9ae60d (diff) | |
download | upstream-e849634d70faed22dda55a5d0807dcd793b61fda.tar.gz upstream-e849634d70faed22dda55a5d0807dcd793b61fda.tar.bz2 upstream-e849634d70faed22dda55a5d0807dcd793b61fda.zip |
brcm47xx: fix title of Bcm4705-wl profile
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/profiles/111-Bcm4705-wl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/profiles/111-Bcm4705-wl.mk b/target/linux/brcm47xx/profiles/111-Bcm4705-wl.mk index 68ecc4d198..f9a07c8b72 100644 --- a/target/linux/brcm47xx/profiles/111-Bcm4705-wl.mk +++ b/target/linux/brcm47xx/profiles/111-Bcm4705-wl.mk @@ -6,7 +6,7 @@ # define Profile/Bcm4705-wl - NAME:=Broadcom BCM43xx WiFi (wl, proprietary) + NAME:=BCM4705/BCM4785, BCM43xx WiFi (wl, proprietary) PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas kmod-tg3 endef |