From 0334537fcd32c64819826bd6da85e4a276f09ddd Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Thu, 13 Jul 2023 03:36:27 +0800 Subject: [PATCH] fix bug --- 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 024ff49..88f016c 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -114,14 +114,14 @@ EOF AddPackage git passwall-depends openwrt-passwall xiaorouji packages AddPackage git passwall-luci openwrt-passwall xiaorouji luci AddPackage git other luci-app-dockerman lisaac master - rm -rf packages/lean/autocore + rm -rf packages/lean/autocore # May Can Delete AddPackage git lean autocore-modify xopenwrt master sed -i -- 's:/bin/ash:'/bin/bash':g' ${BASE_FILES}/etc/passwd #sed -i "s?6.0?5.19?g" ${WORK}/target/linux/x86/Makefile # patch < ${CustomFiles}/Patches/upgrade_intel_igpu_drv.patch -p1 -d ${WORK} patch < ${CustomFiles}/Patches/fix_mac80211.patch -p1 -d ${WORK} #fix hostapd - sed -i "s/\#CONFIG_AP/CONFIG_AP/g" openwrt/package/network/services/hostapd/files/wpa* + sed -i "s/\#CONFIG_AP/CONFIG_AP/g" ${WORK}/package/network/services/hostapd/files/wpa* ;; esac ;;