Lede: 怎么在编译的时候自定义kernel version

Created on 16 Dec 2018  ·  6Comments  ·  Source: coolsnowwolf/lede

在自己编译完固件,安装完后,后续想要使用opkg安装新软件,会报kernel version不一致的错误:

Configuring kmod-fs-ntfs.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-ntfs:
 *  kernel (= 4.14.63-1-a6ec9c2a1f53fed4bcb3063055b4e2fe) *

Most helpful comment

这个需要编译时集成

还有,kmod-fs-ntfs 是只读的,不要选,要读写操作的话要 ntfs-3g

All 6 comments

image

系统信息

这个需要编译时集成

还有,kmod-fs-ntfs 是只读的,不要选,要读写操作的话要 ntfs-3g

恩山有个帖子,你可以看一下

同样遇到

结合以上的几个回答,经过搜索后发现以下有用链接:

https://www.right.com.cn/forum/thread-269954-1-1.html

对应的linux kernel 4.14.63的hash值在以下链接中有(google 关键字:openwrt LINUX_KERNEL_HASH 4.14.63):

https://git.telliq.com/gtu/openwrt/commit/e4bad5f0ac9b8e6602181a51b1f97e39bef0595b

但是会遇到patch不兼容的问题。

Was this page helpful?
0 / 5 - 0 ratings