summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-10-08 20:18:27 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-10-08 20:18:27 +0000
commit8086b7a75004e9f0ec71d5ffc9afce94a075087b (patch)
treef0ac6525552541d4e5469b3e3866d55dfbf339d7 /tools/Makefile
parentd14c6b29eb4e2b23cf2d90b15cc8774a72a06d31 (diff)
downloadmtk-20170518-8086b7a75004e9f0ec71d5ffc9afce94a075087b.zip
mtk-20170518-8086b7a75004e9f0ec71d5ffc9afce94a075087b.tar.gz
mtk-20170518-8086b7a75004e9f0ec71d5ffc9afce94a075087b.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 620da05..b3ba6d0 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