Remove missing patch application

This patch was removed in https://github.com/armbian/build/pull/4775 and split into individual patches
This commit is contained in:
Ivan Podogov 2023-02-04 11:56:41 +00:00 committed by GitHub
parent 7bf3c297cb
commit 75c7c031f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,8 +587,5 @@ patch_drivers_network()
driver_rtl8822BS
driver_uwe5622_allwinner
# fix compilation for kernels >= 5.4
process_patch_file "${SRC}/patch/misc/wireless-import-vfs-module.patch" "applying"
display_alert "Network related drivers patched" "" "info"
}