uwe5622: also apply to rk35xx kernel
This commit is contained in:
parent
2fd27695f9
commit
aeda6b8a72
@ -624,7 +624,7 @@ driver_rtl8822BS() {
|
||||
|
||||
driver_uwe5622() {
|
||||
# Unisoc uwe5622 wireless Support
|
||||
if linux-version compare "${version}" ge 5.15 && [[ "$LINUXFAMILY" == sunxi* || "$LINUXFAMILY" == rockchip64 ]]; then
|
||||
if linux-version compare "${version}" ge 5.15 && [[ "$LINUXFAMILY" == sunxi* || "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == rk35xx ]]; 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
Block a user