rockchip64 + sunxi*: drivers_network: enable uwe5622 driver also for 6.6

This commit is contained in:
Ricardo Pardini 2023-10-02 14:33:01 +02:00 committed by Igor
parent 80a0bf14fa
commit 0ebfa3acde

View File

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