diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 16:37:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 16:37:01 +0000 |
commit | a960fcef292c805b1d7a8fe8a9f6995ca7f4931b (patch) | |
tree | 9ad261489d380052f9bde8f69e2886801f7e8fdd /tools | |
parent | 805c40351e34eb8fd9413cbf0a2556b172d60a0a (diff) | |
download | upstream-a960fcef292c805b1d7a8fe8a9f6995ca7f4931b.tar.gz upstream-a960fcef292c805b1d7a8fe8a9f6995ca7f4931b.tar.bz2 upstream-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')
-rw-r--r-- | tools/Makefile | 2 |
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 |