diff --git a/projects/ArchR/devices/RK3326/options b/projects/ArchR/devices/RK3326/options index b06f061d24..202a0ef9fe 100644 --- a/projects/ArchR/devices/RK3326/options +++ b/projects/ArchR/devices/RK3326/options @@ -61,7 +61,7 @@ # for a list of additional drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="rk915 RTL8188EUS RTL8812AU RTL8814AU RTL8821AU RTL8821CU RTL88x2BU RTL8831 RTL8852AU RTL8852BU RTL8852CU AIC8800 mali-bifrost" + ADDITIONAL_DRIVERS="rk915 RTL8188EUS RTL8812AU RTL8814AU RTL8821AU RTL8821CU RTL88x2BU RTL8831 RTL8852BU RTL8852CU AIC8800 mali-bifrost" # Additional Firmware to use ( ) # Space separated list is supported, diff --git a/projects/ArchR/packages/linux-drivers/RTL8852AU/package.mk b/projects/ArchR/packages/linux-drivers/RTL8852AU/package.mk index 9cdfc952bf..56a40522a4 100644 --- a/projects/ArchR/packages/linux-drivers/RTL8852AU/package.mk +++ b/projects/ArchR/packages/linux-drivers/RTL8852AU/package.mk @@ -6,7 +6,7 @@ PKG_VERSION="865ab0fa91471d595c283d2f3db323f7f15455f5" PKG_LICENSE="GPL" PKG_SITE="https://github.com/lwfinger/rtl8852au" PKG_URL="${PKG_SITE}.git" -PKG_LONGDESC="Realtek RTL8852AU USB WiFi 6 driver. Out of tree because mainline has no USB glue for this chip on 6.12; the in-kernel rtw89 only gains 8852AU USB support past 6.17." +PKG_LONGDESC="Realtek RTL8852AU USB WiFi 6 driver. Out of tree because mainline has no USB glue for this chip on 6.12; the in-kernel rtw89 only gains 8852AU USB support past 6.17. NOTE: does not build against 6.12 yet (rtw_pwrctrl API break); kept out of ADDITIONAL_DRIVERS until ported." PKG_TOOLCHAIN="make" PKG_IS_KERNEL_PKG="yes"