|
1 tahun lalu | |
---|---|---|
.github | 1 tahun lalu | |
chinadns-ng | 1 tahun lalu | |
dns2socks | 2 tahun lalu | |
dns2tcp | 3 tahun lalu | |
gn | 2 tahun lalu | |
hysteria | 1 tahun lalu | |
ipt2socks | 2 tahun lalu | |
lua-neturl | 2 tahun lalu | |
luci-app-ssr-plus | 1 tahun lalu | |
microsocks | 2 tahun lalu | |
mosdns | 1 tahun lalu | |
naiveproxy | 2 tahun lalu | |
redsocks2 | 2 tahun lalu | |
shadow-tls | 2 tahun lalu | |
shadowsocks-rust | 1 tahun lalu | |
shadowsocksr-libev | 1 tahun lalu | |
simple-obfs | 2 tahun lalu | |
tcping | 2 tahun lalu | |
trojan | 4 tahun lalu | |
tuic-client | 2 tahun lalu | |
v2ray-core | 1 tahun lalu | |
v2ray-plugin | 1 tahun lalu | |
v2raya | 2 tahun lalu | |
xray-core | 1 tahun lalu | |
xray-plugin | 1 tahun lalu | |
LICENSE | 3 tahun lalu | |
README.md | 2 tahun lalu |
Clone this repo:
rm -rf package/helloworld
git clone --depth=1 https://github.com/fw876/helloworld.git package/helloworld
Pull upstream commits:
git -C package/helloworld pull
Remove
rm -rf package/helloworld
Add new submodule:
rm -rf package/helloworld
git submodule add -f --name helloworld https://github.com/fw876/helloworld.git package/helloworld
Pull upstream commits:
git submodule update --remote package/helloworld
Remove
git submodule deinit -f package/helloworld
git rm -f package/helloworld
git reset HEAD .gitmodules
rm -rf .git/modules{/,/package/}helloworld
Add new feed:
sed -i "/helloworld/d" "feeds.conf.default"
echo "src-git helloworld https://github.com/fw876/helloworld.git" >> "feeds.conf.default"
Pull upstream commits:
./scripts/feeds update helloworld
./scripts/feeds install -a -f -p helloworld
Remove
sed -i "/helloworld/d" "feeds.conf.default"
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -a
You have to manually upgrade Golang toolchain to 1.19 or higher to compile Xray-core.
e.g.:
./scripts/feeds update packages
rm -rf feeds/packages/lang/golang
svn co https://github.com/openwrt/packages/branches/openwrt-22.03/lang/golang feeds/packages/lang/golang