From d7316a7c48db437b3aa54d6249e99dfd08e0e7f9 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Tue, 22 Mar 2022 23:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BD=AF=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/x86_64 | 2 +- Scripts/AutoBuild_DiyScript.sh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Configs/x86_64 b/Configs/x86_64 index a568c2b..fdd9eb7 100755 --- a/Configs/x86_64 +++ b/Configs/x86_64 @@ -81,7 +81,7 @@ CONFIG_PACKAGE_luci-app-nfs=y CONFIG_PACKAGE_luci-app-npc=y CONFIG_PACKAGE_luci-app-openclash=y CONFIG_PACKAGE_luci-app-onliner=y -CONFIG_PACKAGE_luci-app-passwall=y +CONFIG_PACKAGE_luci-app-passwall2=y CONFIG_PACKAGE_luci-app-pptp-server=y CONFIG_PACKAGE_luci-app-qbittorrent=y # CONFIG_PACKAGE_luci-app-qbittorrent_dynamic is not set diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index 701d673..9a51b45 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -51,7 +51,6 @@ Firmware_Diy() { AddPackage svn other luci-app-socat Lienol/openwrt-package/trunk AddPackage svn other luci-app-eqos kenzok8/openwrt-packages/trunk AddPackage git other OpenClash vernesong master - AddPackage git other luci-app-usb3disable rufengsuixing master AddPackage git other luci-app-ikoolproxy iwrt main # AddPackage git other OpenAppFilter destan19 master # AddPackage svn other luci-app-ddnsto linkease/nas-packages/trunk/luci @@ -69,11 +68,15 @@ Firmware_Diy() { sed -i "/DEVICE_COMPAT_VERSION := 1.1/d" target/linux/ramips/image/mt7621.mk ;; x86_64) - # AddPackage git other openwrt-passwall xiaorouji main + AddPackage git other openwrt-passwall xiaorouji main + AddPackage git other luci-app-passwall2 xiaorouji main rm -rf packages/lean/autocore AddPackage git lean autocore-modify Hyy2001X master ;; esac ;; + immortalwrt/immortalwrt*) + AddPackage git other AutoBuild-Packages Hyy2001X master + ;; esac }