From 0e31ac624836ea2bee2fc54eb2034a620d68a2e7 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:09:31 +0800 Subject: [PATCH] fix --- Scripts/AutoBuild_DiyScript.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index f791538..4d8db01 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -95,8 +95,8 @@ EOF # done ; unset x patch < ${CustomFiles}/Patches/fix_coremark.patch -p1 -d ${WORK} - #patch < ${CustomFiles}/Patches/fix_aria2_auto_create_download_path.patch -p1 -d ${WORK} - patch < ${CustomFiles}/Patches/fix_luci-app-autoreboot-generic.patch -p1 -d ${WORK} + # patch < ${CustomFiles}/Patches/fix_aria2_auto_create_download_path.patch -p1 -d ${WORK} + # patch < ${CustomFiles}/Patches/fix_luci-app-autoreboot-generic.patch -p1 -d ${WORK} # delete adguardhome in lede package # rm package/feeds/packages/net/adguardhome -rf