Do not set upper limit for uwe5622 driver as this can make the driver get lost during upgrade

This commit is contained in:
Gunjan Gupta 2023-12-22 21:54:58 +05:30 committed by Igor
parent a269c9a1c5
commit 5f4b0e335b
1 changed files with 1 additions and 1 deletions

View File

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