切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
×
搜索
文章
动弹
热门关键词
重读《掌控习惯》
ChatGPT
Docker
Laravel
读书
跑步
#daily tips#
#稍后阅读#
Falcon
2023-12-15 14:22
冒泡
openwrt安装应用出错,如 opkg install git-http
提示:
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kernel (= 6.1.67-1-4bb6c728f5087dc3a67fcfdd70aa0707) for kmod-crypto-hash
....
原因是自行或其他人编译的openwrt版本和指纹与官方版本不一样。
解决方法:
批量替换 /usr/lib/opkg/status 文件中的版本号为你报错信息中的版本号和指纹,如 6.1.67-1-4bb6c728f5087dc3a67fcfdd70aa0707
参考:
https://www.right.com.cn/forum/thread-8250249-1-1.html
0
暂无评论