RK3326: hold RTL8852AU out of the build, lwfinger tree breaks on 6.12

rtw_pwrctrl.c fails to compile against 6.12.94; the package stays in
the tree for a future port, and the common BU/CU variants remain in.
This commit is contained in:
Douglas Teles
2026-07-08 18:00:14 -03:00
parent 9723e3e09c
commit b29af12832
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
@@ -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"