luci-app-v2ray
luci-app-v2ray copied to clipboard
manual install fail
a fresh installation of OpenWrt R22.5.5 / LuCI Master (git-22.121.65028-2a5da72), after expanding the / directory, all dependence installed,including jshn ip-full ipset iptables iptables-mod-tproxy resolveip dnsmasq-full then I got these output:
`Downloading https://mirrors.cloud.tencent.com/lede/snapshots/packages/x86_64/telephony/Packages.sig Signature check passed. root@OpenWrt:~# opkg install luci-app-v2ray_2.0.0-1_all.ipk Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest. Package luci-app-v2ray (2.0.0-1) installed in root is up to date. Collected errors:
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-reject
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-ipt
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-log
- pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-log found, but incompatible with the architectures configured
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-ipt-core
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nfnetlink
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-ipt-ipset
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-reject6
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-conntrack
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-conntrack6
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-nat
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-log6
- pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-log6 found, but incompatible with the architectures configured
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-crypto-hash
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-crypto-crc32c
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-lib-crc32c
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nft-core
- pkg_hash_fetch_best_installation_candidate: Packages for kmod-nft-core found, but incompatible with the architectures configured
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nft-compat
- pkg_hash_fetch_best_installation_candidate: Packages for kmod-nft-compat found, but incompatible with the architectures configured
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-tproxy
- pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-tproxy found, but incompatible with the architectures configured
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-ipt-tproxy
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-conntrack-netlink`
download all kmod-* from https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/ match your kernel version and install manual.
or add src/gz openwrt_kmod https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/{kernel_version}/
to /etc/opkg/customfeeds.conf
and excute opkg update
.
download all kmod-* from https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/ match your kernel version and install manual. or add
src/gz openwrt_kmod https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/{kernel_version}/
to/etc/opkg/customfeeds.conf
and excuteopkg update
.
My kernel version is newer that any of kernal in the url, may I ask how to fix that?