From: Felix Fietkau Date: Thu, 7 Jul 2016 08:52:51 +0000 (+0200) Subject: tools: build b43 tools if the SDK was enabled X-Git-Tag: v17.01.0-rc1~2137 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=01fc738b46c0df35b41806c99f32d132743dbe59;p=openwrt%2Fopenwrt.git tools: build b43 tools if the SDK was enabled Signed-off-by: Felix Fietkau --- diff --git a/tools/Makefile b/tools/Makefile index 179306dfc0..4fb583edde 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_b43legacy-firmware)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),) +ifneq ($(CONFIG_SDK)$(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_b43legacy-firmware)$(CONFIG_BRCMSMAC_USE_FW_FROM_WL),) BUILD_B43_TOOLS = y endif