【secf4ult】 在 https://github.com/istoreos/istoreos/issues/2627 发布:
斐讯N1刷入iStore 22.03.6版本后应该如何安装蓝牙模块?根据OpenWRT官网的教程尝试安装kmod-bluetooth时提示无法找到该包,搜索以后发现这个包是在targets/目录下,但是官方源目前在targets目录下对应内核版本是5.10.201-1-9d0bedde5afa2d77f521023d44dbb5d2,和我目前的内核版本5.10.201不完全一致,所以即使配置进了opkg的软件源以后仍然无法安装。
既然大版本号是一致的,只是快照版本不一致,所以应该是可以安装上的?有什么办法可以强制安装吗?
root@iStoreOS:~# cat /etc/os-release
NAME="iStoreOS"
VERSION="22.03.6"
ID="istoreos"
ID_LIKE="lede openwrt"
PRETTY_NAME="iStoreOS 22.03.6"
VERSION_ID="22.03.6"
HOME_URL="https://github.com/istoreos"
BUG_URL="https://github.com/istoreos/istoreos/issues"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="2024043010"
OPENWRT_BOARD="amlogic/meson"
OPENWRT_ARCH="aarch64_cortex-a53"
OPENWRT_TAINTS="no-all busybox"
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="iStoreOS 22.03.6 2024043010"
软件源配置如下:
root@iStoreOS:~# cat /etc/opkg/distfeeds.conf
src/gz openwrt_base http://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/base
src/gz openwrt_luci http://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/luci
src/gz openwrt_packages http://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/packages
src/gz openwrt_routing http://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/routing
src/gz openwrt_telephony http://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/telephony