From 4b5148c9d49125ceb6a7eb115a2c2805de9a0d7b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 22 Dec 2022 16:33:41 +0100 Subject: [PATCH] Don't remove a patch --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 999c39c5..6ff9fbcc 100755 --- a/build.sh +++ b/build.sh @@ -564,9 +564,9 @@ if [ "$OMR_KERNEL" = "5.4" ]; then if [ -f package/kernel/mac80211/patches/build/firmware-replace-HOTPLUG-with-UEVENT-in-FW_ACTION-defines.patch ]; then rm -f package/kernel/mac80211/patches/build/firmware-replace-HOTPLUG-with-UEVENT-in-FW_ACTION-defines.patch fi - if [ -f package/kernel/rtl8812au-ct/patches/003-wireless-5.8.patch ]; then - rm -f package/kernel/rtl8812au-ct/patches/003-wireless-5.8.patch - fi + #if [ -f package/kernel/rtl8812au-ct/patches/003-wireless-5.8.patch ]; then + # rm -f package/kernel/rtl8812au-ct/patches/003-wireless-5.8.patch + #fi if [ -f target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch ]; then rm -f target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch fi