×
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

暂无评论