From aeda6b8a723e737c9d1d47505bec46dc72fdaadb Mon Sep 17 00:00:00 2001 From: amazingfate Date: Wed, 6 Mar 2024 14:10:13 +0800 Subject: [PATCH] uwe5622: also apply to rk35xx kernel --- lib/functions/compilation/patch/drivers_network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index c607ae1423..e7f937bc26 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -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