Skip to content

Commit fa3420c

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 8e84ae8 + fa0a17e commit fa3420c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

3_prepare_packages.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
./scripts/feeds update -a && ./scripts/feeds install -a
2-
rm -rf feeds/packages/libs/libcap && svn co https://github.com/openwrt/packages/trunk/libs/libcap feeds/packages/libs/libcap
2+
rm -rf feeds/packages/libs/libcap/ && svn co https://github.com/openwrt/packages/trunk/libs/libcap feeds/packages/libs/libcap
3+
rm -rf feeds/packages/lang/golang/ && svn co https://github.com/coolsnowwolf/packages/trunk/lang/golang feeds/packages/lang/golang
34
sed -i '/enable-jsonc/i\\t--disable-cloud \\' feeds/packages/admin/netdata/Makefile
45

56
cd package/lean/
@@ -14,6 +15,9 @@ rm -rf luci-theme-edge/ && git clone -b 18.06 https://github.com/garypang13/luci
1415
rm -rf luci-theme-infinityfreedom/ && git clone https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom
1516
rm -rf luci-app-chinadns-ng/ && git clone https://github.com/WuSiYu/luci-app-chinadns-ng
1617
rm -rf openwrt-chinadns-ng/ && git clone https://github.com/pexcn/openwrt-chinadns-ng
18+
rm -rf v2ray/ && svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/v2ray
19+
rm -rf v2ray-plugin/ && svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/v2ray-plugin
20+
rm -rf trojan/ && svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/trojan
1721
cd ../../
1822

1923

0 commit comments

Comments
 (0)