summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-07-12 01:12:11 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-07-12 01:15:50 +0200
commite05310b9b80f944c718374b449b6fe48d06d412d (patch)
tree0a9b537eec8ebbb4b9006e705048aa4568f0f193
parent14e0e4f138e35c3e2a15cc3a836c939547ee053b (diff)
downloadopenwrt-e05310b9b80f944c718374b449b6fe48d06d412d.tar.gz
openwrt-e05310b9b80f944c718374b449b6fe48d06d412d.tar.bz2
openwrt-e05310b9b80f944c718374b449b6fe48d06d412d.zip
mac80211: Do not build b43legacy on BRCM47xx mips74 subtarget
b43legacy needs ssb support and we do not compile the mips74 subtarget of the brcm47xx target with SSB support. This causes a build failure in the mac80211 package and only some of the kernel modules are being created. I am not aware of any device with a BRCM47xx mips74 CPU which uses a b43legacy compatible device. Fixes: FS#2334 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/kernel/mac80211/broadcom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/broadcom.mk b/package/kernel/mac80211/broadcom.mk
index 4b05c13dba..eaf736e07c 100644
--- a/package/kernel/mac80211/broadcom.mk
+++ b/package/kernel/mac80211/broadcom.mk
@@ -347,7 +347,7 @@ define KernelPackage/b43legacy
URL:=https://wireless.wiki.kernel.org/en/users/drivers/b43
KCONFIG:= \
CONFIG_HW_RANDOM=y
- DEPENDS+= +kmod-mac80211 +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb +b43legacy-firmware
+ DEPENDS+= +kmod-mac80211 +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb @!TARGET_brcm47xx_mips74k +b43legacy-firmware
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/broadcom/b43legacy/b43legacy.ko
AUTOLOAD:=$(call AutoProbe,b43legacy)
MENU:=1