projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38451d4
)
mac80211: select BRCMFMAC_SDIO on jh71x0
author
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 22 Aug 2023 21:39:14 +0000
(23:39 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Sat, 2 Sep 2023 08:00:46 +0000
(10:00 +0200)
As the Visionfive V1 board has an Ampak module connected via SDIO, enable
support for SDIO in the brcmfmac module.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/kernel/mac80211/broadcom.mk
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/broadcom.mk
b/package/kernel/mac80211/broadcom.mk
index 13da62a6f469a1a773562f9f4cc4d4785811eba0..a59508b35e1758ba221be947933541e3954ce45d 100644
(file)
--- a/
package/kernel/mac80211/broadcom.mk
+++ b/
package/kernel/mac80211/broadcom.mk
@@
-431,6
+431,7
@@
define KernelPackage/brcmfmac/config
bool "Enable SDIO bus interface support"
default y if TARGET_bcm27xx
default y if TARGET_imx_cortexa7
+ default y if TARGET_jh71x0
default y if TARGET_rockchip
default y if TARGET_sunxi
default n