uwe5622: also apply to rk35xx kernel

This commit is contained in:
amazingfate 2024-03-06 14:10:13 +08:00 committed by Igor
parent 2fd27695f9
commit aeda6b8a72

View File

@ -624,7 +624,7 @@ driver_rtl8822BS() {
driver_uwe5622() {
# Unisoc uwe5622 wireless Support
if linux-version compare "${version}" ge 5.15 && [[ "$LINUXFAMILY" == sunxi* || "$LINUXFAMILY" == rockchip64 ]]; then
if linux-version compare "${version}" ge 5.15 && [[ "$LINUXFAMILY" == sunxi* || "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == rk35xx ]]; then
display_alert "Adding" "Drivers for Unisoc uwe5622 found on some Allwinner and Rockchip boards" "info"
if linux-version compare "${version}" ge 6.3; then