diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-25 16:41:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-25 16:41:00 +0000 |
commit | 58e4dc71b4b125b26fa0e29ee130784f144308ba (patch) | |
tree | 73a235da1c8ee4ebe43aaa49c58aadb560021446 | |
parent | 2975a8f5f6b36d1091dee96cbe1e98cf2807dba7 (diff) | |
download | master-187ad058-58e4dc71b4b125b26fa0e29ee130784f144308ba.tar.gz master-187ad058-58e4dc71b4b125b26fa0e29ee130784f144308ba.tar.bz2 master-187ad058-58e4dc71b4b125b26fa0e29ee130784f144308ba.zip |
brcm47xx: fix title of Bcm4705-wl profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34378 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |