allwinner: bring back uwe5622 back on legacy kernel

This commit is contained in:
Gunjan Gupta 2023-09-03 18:48:10 +05:30 committed by Igor
parent 46e756540e
commit ef3f252d49
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ driver_rtl8822BS() {
driver_uwe5622_allwinner() {
# Unisoc uwe5622 wireless Support
if linux-version compare "${version}" ge 6.0 && linux-version compare "${version}" le 6.4 && [[ "$LINUXFAMILY" == sunxi* || "$LINUXFAMILY" == rockchip64 ]]; then
if linux-version compare "${version}" ge 5.15 && linux-version compare "${version}" le 6.4 && [[ "$LINUXFAMILY" == sunxi* || "$LINUXFAMILY" == rockchip64 ]]; 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