fw876 / helloworld

GNU General Public License v3.0
3.63k stars 2.64k forks source link

在官方openwrt编译luci-app-ssr-plus按照你教程添加五个包没编译成功 #890

Closed ayancn closed 2 years ago

ayancn commented 2 years ago

git clone https://github.com/immortalwrt/packages/tree/master/net/dns2socks package/dns2socks git clone https://github.com/immortalwrt/packages/tree/master/net/microsocks package/microsocks git clone https://github.com/immortalwrt/packages/tree/master/net/ipt2socks package/ipt2socks git clone https://github.com/immortalwrt/packages/tree/master/net/pdnsd-alt package/pdnsd-alt git clone https://github.com/immortalwrt/packages/tree/master/net/redsocks2 package/redsocks2

是这样加入到diy-part1.sh吗?

都是提示

Run [ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default Cloning into 'package/dns2socks'... fatal: repository 'https://github.com/immortalwrt/packages/tree/master/net/dns2socks/' not found Cloning into 'package/microsocks'... fatal: repository 'https://github.com/immortalwrt/packages/tree/master/net/microsocks/' not found Cloning into 'package/ipt2socks'... fatal: repository 'https://github.com/immortalwrt/packages/tree/master/net/ipt2socks/' not found Cloning into 'package/pdnsd-alt'... fatal: repository 'https://github.com/immortalwrt/packages/tree/master/net/pdnsd-alt/' not found Cloning into 'package/redsocks2'... fatal: repository 'https://github.com/immortalwrt/packages/tree/master/net/redsocks2/' not found Error: Process completed with exit code 128.

1715173329 commented 2 years ago

请仔细看 readme 的说明。