community/linux-postmarketos-rockchip: Add ATH10K wireless support (MR 3899)
The google-dru package provides the linux-postmarketos-rockchip as a kernel and supports linux-firmware-ath10k linux-firmware-rockchip packages as additional non-free firmware. Enable the ATH10K kernel module in the kernel config config-postmarketos-rockchip.aarch64 to enable wifi on devices such as the Acer Chrometab 10. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
d43748aa9c
commit
de591be7d8
2 changed files with 21 additions and 2 deletions
|
@ -82,5 +82,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd linux-6.2.tar.xz
|
||||
c6fe136b586cd60eda0d52284c9dcaaef713fdc23d4cd9ea1a42b814a8d8a2c836babdec70bfa889026dcfff8d6ed65eebc5c9c7329ee166dca3542f60caaaa4 config-postmarketos-rockchip.aarch64
|
||||
64103f5a1dd29b9adf8a5ab4c98423abe8af69c4ca7306771346cc7338b5f87267a8067462a4de49c1458fb7f80f326f0a37179639a814dea824679f4eb9abcf config-postmarketos-rockchip.aarch64
|
||||
"
|
||||
|
|
|
@ -2822,7 +2822,26 @@ CONFIG_USB_NET_AQC111=m
|
|||
CONFIG_USB_RTL8153_ECM=m
|
||||
CONFIG_WLAN=y
|
||||
# CONFIG_WLAN_VENDOR_ADMTEK is not set
|
||||
# CONFIG_WLAN_VENDOR_ATH is not set
|
||||
CONFIG_ATH_COMMON=m
|
||||
CONFIG_WLAN_VENDOR_ATH=y
|
||||
# CONFIG_ATH_DEBUG is not set
|
||||
# CONFIG_ATH5K is not set
|
||||
# CONFIG_ATH5K_PCI is not set
|
||||
# CONFIG_ATH9K is not set
|
||||
# CONFIG_ATH9K_HTC is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
# CONFIG_ATH6KL is not set
|
||||
# CONFIG_AR5523 is not set
|
||||
# CONFIG_WIL6210 is not set
|
||||
CONFIG_ATH10K=m
|
||||
CONFIG_ATH10K_CE=y
|
||||
CONFIG_ATH10K_PCI=m
|
||||
CONFIG_ATH10K_AHB=y
|
||||
CONFIG_ATH10K_SDIO=m
|
||||
# CONFIG_ATH10K_USB is not set
|
||||
# CONFIG_ATH10K_DEBUG is not set
|
||||
# CONFIG_ATH10K_DEBUGFS is not set
|
||||
# CONFIG_WCN36XX is not set
|
||||
# CONFIG_WLAN_VENDOR_ATMEL is not set
|
||||
CONFIG_WLAN_VENDOR_BROADCOM=y
|
||||
# CONFIG_B43 is not set
|
||||
|
|
Loading…
Reference in a new issue