Lede: 官方OpenWrt SDK无法编译luci-app-ssr-plus

Created on 24 Mar 2020  ·  4Comments  ·  Source: coolsnowwolf/lede

1.关于你要提交的问题

官方OpenWrt SDK无法编译luci-app-ssr-plus

Q:是否搜索了issue (使用 "x" 选择)

  • [ ] 没有类似的issue

2. 详细叙述

(1) 具体问题

A:使用openwrt-sdk-x86-64编译luci-app-ssr-plus,编译v2ray时报错,报/staging_dir/host/bin/upx找不到。

有看到另一个issue说可以复制tools里面的工具源码,但是SDK无法使用这样的方法。

(2) 路由器型号和固件版本

A:snapshot

(3) 详细日志

A:

Most helpful comment

去下载一个3.95版本以上的upx,解压得到upx可执行文件,然后复制到/staging_dir/host/bin/目录下就行了,官方openwrt的SDK就这样操作。

All 4 comments

去下载一个3.95版本以上的upx,解压得到upx可执行文件,然后复制到/staging_dir/host/bin/目录下就行了,官方openwrt的SDK就这样操作。

@openlcc 是可以,已经编译通过了,但还是希望能改进下兼容

关闭压缩 CONFIG_V2RAY_COMPRESS_UPX=n

已经很兼容了好不,加一下这两个commit就行了
a237f50d1dacc543ef3fa2364f696fd67f068c46
d99da91bbee95f85a610a89aded9bfd4a4990c85

Was this page helpful?
0 / 5 - 0 ratings