summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-10 16:37:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-10 16:37:01 +0000
commita960fcef292c805b1d7a8fe8a9f6995ca7f4931b (patch)
tree9ad261489d380052f9bde8f69e2886801f7e8fdd /tools/Makefile
parent805c40351e34eb8fd9413cbf0a2556b172d60a0a (diff)
downloadmaster-31e0f0ae-a960fcef292c805b1d7a8fe8a9f6995ca7f4931b.tar.gz
master-31e0f0ae-a960fcef292c805b1d7a8fe8a9f6995ca7f4931b.tar.bz2
master-31e0f0ae-a960fcef292c805b1d7a8fe8a9f6995ca7f4931b.zip
mac80211: move b43legacy firmware to a separate package
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48184
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 346f0e9f38..13f755ade2 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,7 +23,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
endif
endif
endif
-ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_kmod-b43legacy)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),)
+ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_b43legacy-firmware)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),)
BUILD_B43_TOOLS = y
endif