mirror of https://github.com/armbian/build.git
Do not set upper limit for uwe5622 driver as this can make the driver get lost during upgrade
This commit is contained in:
parent
a269c9a1c5
commit
5f4b0e335b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue