ophub / amlogic-s9xxx-openwrt

Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
1.82k stars 1.62k forks source link

lede源部分插件/驱动不能安装 #626

Open aguoxing opened 1 month ago

aguoxing commented 1 month ago

Device Information |备信息

OpenWrt Version | 系统版本

Describe the bug | 问题描述 使用lede源编译时有些包不能安装 比如:CONFIG_PACKAGE_kmod-qmi_wwan_f=y,CONFIG_PACKAGE_kmod-qmi_wwan_q=y(源码本地编译无问题) 我看openwrt-armvirt-64-generic-rootfs.tar.gz里面的内核是5.15.162 相关包和插件也是5.15的 直接安装本地编译好的包会报错 pkg_hash_check_unresolved: cannot find dependency kernel (= 6.1.100-1-2ca2b58154c503ab04b2452f7cce1989) for kmod-qmi_wwan_q

ophub commented 1 month ago

kmod必须在编译的时候选上,后期装不了,无源

aguoxing commented 1 month ago

就是选了但没安装上