This repository was archived by the owner on Aug 3, 2026. It is now read-only.
小米AX3600 安装失败
#287
|
Collected errors:
|
Answered by
messense
Feb 5, 2022
Replies: 3 comments 1 reply
0 replies
Answer selected by
messense
|
希望能帮助到遇到这个问题的人 ax3600 verify_pkg_installable: Only have 0kb available on filesystem /overlay 我是参考这篇文章已经安装成功 |
1 reply
|
小米路由器默认只有/data可写. 需要把opkg安装的默认路径指到/data下. 修改/etc/opkg.conf 这样后续opkg软件会默认安装到/data 然后修改/etc/profile export PATH="$PATH:/data/bin:/data/sbin:/data/usr/bin:/data/usr/sbin" 重启生效. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#267 (comment)