kiddin9 / openwrt-packages

openwrt packages
Apache License 2.0
1.79k stars 630 forks source link

大神你好,我重新设置的虚拟机,用lean源码添加大神的openwrt-packages后显示bypass错误 #4

Closed wqzxhpx closed 3 years ago

wqzxhpx commented 3 years ago

微信图片_20210202091054 如图所示,怎样才能成功编译,谢谢

kiddin9 commented 3 years ago

编译前执行这两行命令

sed -i 's/shadowsocksr-libev-alt/shadowsocksr-libev-ssr-redir/g' package/*/*/Makefile
sed -i 's/shadowsocksr-libev-server/shadowsocksr-libev-ssr-server/g' package/*/*/Makefile
wqzxhpx commented 3 years ago

好的大神,回家就去试试

发自我的iPhone

在 2021年2月2日,10:56,garypang13 notifications@github.com 写道:

 编译前执行这两行命令

sed -i 's/shadowsocksr-libev-alt/shadowsocksr-libev-ssr-redir/g' package///Makefile sed -i 's/shadowsocksr-libev-server/shadowsocksr-libev-ssr-server/g' package///Makefile — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wqzxhpx commented 3 years ago

按您的操作后,又显示这个,还得麻烦大神

发自我的iPhone

在 2021年2月2日,10:56,garypang13 notifications@github.com 写道:

 编译前执行这两行命令

sed -i 's/shadowsocksr-libev-alt/shadowsocksr-libev-ssr-redir/g' package///Makefile sed -i 's/shadowsocksr-libev-server/shadowsocksr-libev-ssr-server/g' package///Makefile — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wqzxhpx commented 3 years ago

大神,还是出现这个 捕获

kiddin9 commented 3 years ago

lean等源码编译本插件前请先执行

find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}
wqzxhpx commented 3 years ago

lean等源码编译本插件前请先执行

find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}

我在重新安装虚拟机用lean源码试一下,想把ssr plus+、bypass、openclash、clash、passwall、vssr都编译进固件,谢谢大神

wqzxhpx commented 3 years ago

lean等源码编译本插件前请先执行

find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}

在feed.conf.default里添加src-git garypang13 https://github.com/garypang13/openwrt-package后编译还是出现莫名其妙错误

wqzxhpx commented 3 years ago

lean等源码编译本插件前请先执行

find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}

你好大神,已经成功了,十分感谢