aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-10-08 20:18:27 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-10-08 20:18:27 +0000
commit5ea49bbb0e9d32ba629161a4ef670522ab95397f (patch)
tree6472d64ca54e4ccd97c29b80df3d01812f56b9e4 /tools/Makefile
parentb8f16535e2385ac826708c2bdca2b0ab5822e4b0 (diff)
downloadupstream-5ea49bbb0e9d32ba629161a4ef670522ab95397f.tar.gz
upstream-5ea49bbb0e9d32ba629161a4ef670522ab95397f.tar.bz2
upstream-5ea49bbb0e9d32ba629161a4ef670522ab95397f.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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33669 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
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