From 224c99bad7620151ea343e66797532e1c0a349f9 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 25 Feb 2026 01:26:02 +0100 Subject: [PATCH] mac80211: activate BRCMFMAC_SDIO on x86 Activate the option BRCMFMAC_SDIO by default on x86 too. x86 already compiles MMC support into the kernel. This will just compile brcmfmac with MMC support. Fixes: https://github.com/openwrt/openwrt/issues/22155 Link: https://github.com/openwrt/openwrt/pull/22171 Signed-off-by: Hauke Mehrtens (cherry picked from commit efcd70cb196e6e460b2dda1b427b232ff4756bef) --- package/kernel/mac80211/broadcom.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/mac80211/broadcom.mk b/package/kernel/mac80211/broadcom.mk index 444d705ab3..7bc8aa6dc1 100644 --- a/package/kernel/mac80211/broadcom.mk +++ b/package/kernel/mac80211/broadcom.mk @@ -438,6 +438,7 @@ define KernelPackage/brcmfmac/config default y if TARGET_rockchip default y if TARGET_sunxi default y if TARGET_stm32 + default y if TARGET_x86 default n help Enable support for cards attached to an SDIO bus.