mirror of https://github.com/armbian/build.git
allwinner: bring back uwe5622 back on legacy kernel
This commit is contained in:
parent
46e756540e
commit
ef3f252d49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue