From 8086b7a75004e9f0ec71d5ffc9afce94a075087b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 8 Oct 2012 20:18:27 +0000 Subject: 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 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3