mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 19:11:38 +04:00
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 <hauke@hauke-m.de>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user