]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mac80211: activate BRCMFMAC_SDIO on x86 22171/head
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 25 Feb 2026 00:26:02 +0000 (01:26 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 26 Feb 2026 19:19:01 +0000 (20:19 +0100)
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 <hauke@hauke-m.de>
package/kernel/mac80211/broadcom.mk

index 444d705ab31bfce68c99a4bce0b8f8327266d173..7bc8aa6dc1246a4488ecfd49d37c7fa540ad85e0 100644 (file)
@@ -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.