mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
mac80211: enable brcmfmac's SDIO support on sunxi target
Needed to support some SDIO connected cards, like AMPAK modules Signed-off-by: Luis Araneda <luaraneda@gmail.com>
This commit is contained in:
parent
ef1483b8fe
commit
1c139d664b
@ -742,6 +742,7 @@ define KernelPackage/brcmfmac/config
|
|||||||
config BRCMFMAC_SDIO
|
config BRCMFMAC_SDIO
|
||||||
bool "Enable SDIO bus interface support"
|
bool "Enable SDIO bus interface support"
|
||||||
default y if TARGET_brcm2708
|
default y if TARGET_brcm2708
|
||||||
|
default y if TARGET_sunxi
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enable support for cards attached to an SDIO bus.
|
Enable support for cards attached to an SDIO bus.
|
||||||
|
Loading…
Reference in New Issue
Block a user