mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
Merge pull request #7520 from jernejsk/aw-wifi
[LE11] Allwinner wifi fixes
This commit is contained in:
commit
2108ecb34e
@ -46,6 +46,7 @@ CONFIG_X509_CERTIFICATE_PARSER=y
|
|||||||
CONFIG_PKCS7_MESSAGE_PARSER=y
|
CONFIG_PKCS7_MESSAGE_PARSER=y
|
||||||
CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
|
CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
|
||||||
CONFIG_NLMON=m
|
CONFIG_NLMON=m
|
||||||
|
CONFIG_RFKILL=m
|
||||||
|
|
||||||
# packages/network/wireguard
|
# packages/network/wireguard
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
4
projects/Allwinner/firmwares/brcmfmac_sdio-firmware.dat
Normal file
4
projects/Allwinner/firmwares/brcmfmac_sdio-firmware.dat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.hcd
|
||||||
|
BCM43430A1.def
|
||||||
|
BCM43430A1.vim
|
||||||
|
*.txt
|
@ -1359,7 +1359,10 @@ CONFIG_MAC80211_LEDS=y
|
|||||||
# CONFIG_MAC80211_MESSAGE_TRACING is not set
|
# CONFIG_MAC80211_MESSAGE_TRACING is not set
|
||||||
# CONFIG_MAC80211_DEBUG_MENU is not set
|
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||||
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
|
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
|
||||||
# CONFIG_RFKILL is not set
|
CONFIG_RFKILL=m
|
||||||
|
CONFIG_RFKILL_LEDS=y
|
||||||
|
CONFIG_RFKILL_INPUT=y
|
||||||
|
CONFIG_RFKILL_GPIO=m
|
||||||
# CONFIG_NET_9P is not set
|
# CONFIG_NET_9P is not set
|
||||||
# CONFIG_CAIF is not set
|
# CONFIG_CAIF is not set
|
||||||
# CONFIG_CEPH_LIB is not set
|
# CONFIG_CEPH_LIB is not set
|
||||||
@ -1901,6 +1904,7 @@ CONFIG_USB_NET_ZAURUS=m
|
|||||||
# CONFIG_USB_NET_CX82310_ETH is not set
|
# CONFIG_USB_NET_CX82310_ETH is not set
|
||||||
# CONFIG_USB_NET_KALMIA is not set
|
# CONFIG_USB_NET_KALMIA is not set
|
||||||
# CONFIG_USB_NET_QMI_WWAN is not set
|
# CONFIG_USB_NET_QMI_WWAN is not set
|
||||||
|
# CONFIG_USB_HSO is not set
|
||||||
# CONFIG_USB_NET_INT51X1 is not set
|
# CONFIG_USB_NET_INT51X1 is not set
|
||||||
CONFIG_USB_IPHETH=m
|
CONFIG_USB_IPHETH=m
|
||||||
# CONFIG_USB_SIERRA_NET is not set
|
# CONFIG_USB_SIERRA_NET is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user