From 44c434d397384468140dd3c2316dc6d682f57fec Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:37:32 +0800 Subject: [PATCH] fix passwall --- .github/workflows/X-x86_64_Z.yml | 2 ++ Scripts/AutoBuild_DiyScript.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/X-x86_64_Z.yml b/.github/workflows/X-x86_64_Z.yml index da4b94b..579c3f0 100644 --- a/.github/workflows/X-x86_64_Z.yml +++ b/.github/workflows/X-x86_64_Z.yml @@ -208,6 +208,8 @@ jobs: - name: Build OpenWrt run: | cd openwrt + rm -rf package/feeds/packages/net/{xray-core,v2ray-geodata,sing-box,chinadns-ng,dns2socks,hysteria,ipt2socks,microsocks,naiveproxy,shadowsocks-rust,shadowsocksr-libev,simple-obfs,tcping,v2ray-plugin,xray-plugin,geoview,shadow-tls} + rm -rf package/feeds/luci/applications/luci-app-passwall rm package/feeds/packages/adguardhome -rf rm feeds/packages/net/adguardhome -rf ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index a9fd33e..5aca33b 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -113,8 +113,6 @@ EOF patch < ${CustomFiles}/d-team_newifi-d2_mt76_dualband.patch -p1 -d ${WORK} ;; x86_64) - rm -rf ${FEEDS_PKG}/net/{xray-core,v2ray-geodata,sing-box,chinadns-ng,dns2socks,hysteria,ipt2socks,microsocks,naiveproxy,shadowsocks-rust,shadowsocksr-libev,simple-obfs,tcping,v2ray-plugin,xray-plugin,geoview,shadow-tls} - rm -rf ${FEEDS_LUCI}/applications/luci-app-passwall Copy ${CustomFiles}/Depends/cpuset ${BASE_FILES}/bin AddPackage git passwall-packages openwrt-passwall-packages Openwrt-Passwall main AddPackage git passwall-luci openwrt-passwall Openwrt-Passwall main