Compare commits
No commits in common. "da8ae4c8ef906d602f207e63696737eb400bb6a9" and "762d1ecd0635e4d2f6b8bb76da0787049ed2af98" have entirely different histories.
da8ae4c8ef
...
762d1ecd06
|
|
@ -208,8 +208,6 @@ 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
|
||||
|
|
|
|||
|
|
@ -113,6 +113,8 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue