File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,5 @@ git clone -b master --depth 1 https://github.com/coolsnowwolf/luci.git lede_luci
2121git clone -b main --depth 1 https://github.com/openwrt/openwrt.git openwrt_ma
2222git clone -b master --depth 1 https://github.com/openwrt/packages.git openwrt_pkg_ma
2323git clone -b master --depth 1 https://github.com/openwrt/luci.git openwrt_luci_ma
24- git clone -b master --depth 1 https://github.com/QiuSimons/openwrt-mos mosdns
2524
2625exit 0
Original file line number Diff line number Diff line change @@ -97,9 +97,10 @@ cp -rf ../immortalwrt_pkg/net/dae ./feeds/packages/net/dae
9797ln -sf ../../../feeds/packages/net/dae ./package/feeds/packages/dae
9898cp -rf ../immortalwrt_pkg/net/daed ./feeds/packages/net/daed
9999ln -sf ../../../feeds/packages/net/daed ./package/feeds/packages/daed
100- git clone -b master --depth 1 https://github.com/QiuSimons/luci-app-daed package/new/luci-app-daed
101- rm -rf ./feeds/packages/net/v2ray-geodata
102- cp -rf ../mosdns/v2ray-geodata ./package/new/v2ray-geodata
100+ cp -rf ../immortalwrt_luci/applications/luci-app-daed ./feeds/luci/applications/luci-app-daed
101+ ln -sf ../../../feeds/luci/applications/luci-app-daed ./package/feeds/luci/luci-app-daed
102+ rm -rf ./feeds/packages/net/v2ray-geodata/Makefile
103+ wget https://raw.githubusercontent.com/QiuSimons/openwrt-mos/master/v2ray-geodata/Makefile -O feeds/packages/net/v2ray-geodata/Makefile
103104wget -qO - https://github.com/immortalwrt/immortalwrt/commit/73e5679.patch | patch -p1
104105wget https://github.com/immortalwrt/immortalwrt/raw/openwrt-23.05/target/linux/generic/backport-5.15/051-v5.18-bpf-Add-config-to-allow-loading-modules-with-BTF-mismatch.patch -O target/linux/generic/backport-5.15/051-v5.18-bpf-Add-config-to-allow-loading-modules-with-BTF-mismatch.patch
105106pushd feeds/packages
Original file line number Diff line number Diff line change 88#
99# Change Lines
1010#
11- # 2 Sep
11+ # 4 Sep
You can’t perform that action at this time.
0 commit comments