From 75c7c031f99d1de36c74ff43bee8f680aba432eb Mon Sep 17 00:00:00 2001 From: Ivan Podogov Date: Sat, 4 Feb 2023 11:56:41 +0000 Subject: [PATCH] Remove missing patch application This patch was removed in https://github.com/armbian/build/pull/4775 and split into individual patches --- lib/functions/compilation/patch/drivers_network.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index 99c4441da..5395405fb 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -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" }