Include the RTW8821ce driver module to support WiFi on the AK1 PRO micro PC (#2659)

* Including the RTW8821ce driver module to support Wifi on the KAMRUI AK1 PRO micro PC. It is a low-cost Intel Celeron N5105 that I think should work well for Home Assistant. However, it does not use Intel radios, it needs Realtek drivers.

* also need the firmware for the rtl8821ce
This commit is contained in:
Darren Freimuth 2023-07-31 06:22:03 -07:00 committed by GitHub
parent 1f7185c913
commit f967485c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ CONFIG_RTL_CARDS=m
CONFIG_RTL8723BE=y CONFIG_RTL8723BE=y
CONFIG_RTL8723BS=y CONFIG_RTL8723BS=y
CONFIG_RTW88=m CONFIG_RTW88=m
CONFIG_RTW88_8821CE=m
CONFIG_BCMA=m CONFIG_BCMA=m

View File

@ -61,6 +61,7 @@ BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT73=y
BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX=y BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX=y
BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX=y BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX=y
BR2_PACKAGE_LINUX_FIRMWARE_RTL_815X=y BR2_PACKAGE_LINUX_FIRMWARE_RTL_815X=y
BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW88=y
BR2_PACKAGE_LINUX_FIRMWARE_BNX2=y BR2_PACKAGE_LINUX_FIRMWARE_BNX2=y
BR2_PACKAGE_LINUX_FIRMWARE_BNX2X=y BR2_PACKAGE_LINUX_FIRMWARE_BNX2X=y
BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3=y BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3=y