R3P 的applist里面没有Entware,是因为架构不支持吗?
wanguolin opened this issue · 4 comments
wanguolin commented
从脚本中找到/tmp的applist位置,发现没有Entware,但是在Entware的release中看到armv5 v7和mips,不知道是何种考虑导致applist中没有列出Entware?
Readme中列出支持,所以想起来安装一下试试,今儿发现无法从ssh命令行中安装。
monlor commented
你可以试一下,因为我测试r3用不了,其他mips路由器我无法测试,所以就移除了mips的entware。运行appmanage.sh add entware
可以尝试安装。
wanguolin commented
装好了,文件也在该在的位置,但是显示file not found,应该是缺乏依赖,我抽空重新编译一个版本试试看。
monlor commented
可以使用命令ldd查看一下缺少哪些依赖,试着用opkg装一下。
wanguolin commented
是opkg本身file not found,我参考了这篇文章http://bbs.xiaomi.cn/t-15153456 ,再启动monlor的时候,entware就显示一切正常了。对了,你知道小米路由如何mount samba共享吗,我尝试mount nas的SMB来做下载盘,但是总是显示没有这个设备,我试过mount -t cifs 和 mount -t samba,都不行。用opkg尝试安装cifs-utils,似乎也不行。