Temporally disable broken wireless / bluetooth driver from patch/misc/wireless-rtl8723cs/

@paolosabatino

Also bump Allwinner
This commit is contained in:
Igor
2023-05-24 21:14:58 +02:00
committed by igorpecovnik
parent 10855677e5
commit a710553138
4 changed files with 6 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ function kernel_drivers_prepare_harness() {
driver_rtl8723DU
driver_rtl8822BS
driver_uwe5622_allwinner
driver_rtl8723cs
# driver_rtl8723cs
)
# change cwd to the kernel working dir

View File

@@ -673,7 +673,7 @@ patch_drivers_network() {
driver_rtl8723DU
driver_rtl8822BS
driver_uwe5622_allwinner
driver_rtl8723cs
# driver_rtl8723cs
display_alert "Network related drivers patched" "" "info"
}