diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-10-08 20:18:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-10-08 20:18:27 +0000 |
commit | 8086b7a75004e9f0ec71d5ffc9afce94a075087b (patch) | |
tree | f0ac6525552541d4e5469b3e3866d55dfbf339d7 /tools/Makefile | |
parent | d14c6b29eb4e2b23cf2d90b15cc8774a72a06d31 (diff) | |
download | upstream-8086b7a75004e9f0ec71d5ffc9afce94a075087b.tar.gz upstream-8086b7a75004e9f0ec71d5ffc9afce94a075087b.tar.bz2 upstream-8086b7a75004e9f0ec71d5ffc9afce94a075087b.zip |
mac80211: brcmsmac: use firmware extracted from proprietary driver
The firmware from linux-firmware does not support the rev 17 core found
in a bcm4716. The firmware extracted from the proprietary driver
supports this core. Use this firmware instead by default.
SVN-Revision: 33669
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 620da05f00..b3ba6d06b1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ ifneq ($(CONFIG_TARGET_ar71xx),) tools-y += lzma-old squashfs endif tools-y += lzma squashfs4 -ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_kmod-b43legacy),) +ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_kmod-b43legacy)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),) tools-y += b43-tools endif |