kuoruan / openwrt-v2ray

V2Ray for OpenWrt
MIT License
2.22k stars 464 forks source link

这是一个关于安装时的问题,测试环境为树莓派3B #173

Open pureGavin opened 2 years ago

pureGavin commented 2 years ago

如果在release页面直接下载ipk文件,在安装时会报错 Unknown package 'v2ray-core'. Collected errors:

此时需要先安装一个名为ca-certificates_20210119-1_all.ipk的文件,我的方法是自己在sdk编译,大概十分钟内就能编译完成 需要先安装ca文件,然后再安装v2ray-core

Ronchy2000 commented 3 months ago

感谢提醒。 我在raspi4b中遇到同样的问题,解决方法是:

Fetch a list of available packages: opkg update Install ca-certificates ipk package: opkg install ca-certificates

then: opkg install v2ray-core_4.40.1-1_aarch64_cortex-a72.ipk

reference:https://openwrt.pkgs.org/23.05/openwrt-base-aarch64_cortex-a72/ca-certificates_20230311-1_all.ipk.html