Skip to content

Commit 35952ab

Browse files
Switch luci-app-daed to js version
Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
1 parent 296e332 commit 35952ab

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

SCRIPTS/01_get_ready.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ git clone -b master --depth 1 https://github.com/coolsnowwolf/luci.git lede_luci
2121
git clone -b main --depth 1 https://github.com/openwrt/openwrt.git openwrt_ma
2222
git clone -b master --depth 1 https://github.com/openwrt/packages.git openwrt_pkg_ma
2323
git 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

2625
exit 0

SCRIPTS/02_prepare_package.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ cp -rf ../immortalwrt_pkg/net/dae ./feeds/packages/net/dae
9797
ln -sf ../../../feeds/packages/net/dae ./package/feeds/packages/dae
9898
cp -rf ../immortalwrt_pkg/net/daed ./feeds/packages/net/daed
9999
ln -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
103104
wget -qO - https://github.com/immortalwrt/immortalwrt/commit/73e5679.patch | patch -p1
104105
wget 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
105106
pushd feeds/packages

SCRIPTS/switch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#
99
# Change Lines
1010
#
11-
# 2 Sep
11+
# 4 Sep

0 commit comments

Comments
 (0)