From: Hauke Mehrtens Date: Wed, 25 Feb 2026 00:26:02 +0000 (+0100) Subject: mac80211: activate BRCMFMAC_SDIO on x86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efcd70cb196e6e460b2dda1b427b232ff4756bef;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/kernel/mac80211/broadcom.mk b/package/kernel/mac80211/broadcom.mk index 444d705ab31..7bc8aa6dc12 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.