如题
有人问过,不能,Openwrt没有go支持。
On Mon, May 16, 2016, 21:19 sutun2008 [email protected] wrote:
如题
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/v2ray/v2ray-core/issues/146
由于 golang 的限制,暂不支持 MIPS 芯片的路由器,ARM 和 x86 是支持的。
x86版本的只要按照golang就可以跑了?
@debiansid 不需要。只需要build出来的binary。
如果你需要把 V2Ray 烧到 ROM 里,需要自己做一个 OpenWRT 的安装程序;如果不需要,就像在普通 Linux 上一样跑就行了。
没有go环境,而且是trunk版本基于musl的,感觉不行吧
root@openwrt-x86:/mnt/backup/v2ray-v1.13.1-linux-32# ./v2ray
Trace/breakpoint trap
mips32的openwrt路由目前交叉编译后,可以直接运行go 1.42的程序。
今天刚试了编译go写的kcptun,成功运行,只是性能比较堪忧。
有没有方法可以在openwrt上运行?因为需要在家庭路由器上部署,openwrt的支持非常需要
Musl可以使用
Most helpful comment
mips32的openwrt路由目前交叉编译后,可以直接运行go 1.42的程序。
今天刚试了编译go写的kcptun,成功运行,只是性能比较堪忧。