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 }