frainzy1477 / clash

Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash
MIT License
348 stars 77 forks source link

请问斐讯N1要使用哪个版本的ipk #63

Closed cooladam201212 closed 4 years ago

cooladam201212 commented 4 years ago

已刷入armbian系统运行owt 硬件架构信息如下

root@OpenWrt:/tmp# opkg print-architecture
arch all 1
arch noarch 1
arch aarch64_generic 10
root@OpenWrt:/tmp# cat /proc/cpuinfo
processor   : 0
model name  : ARMv8 Processor rev 4 (v8l)
BogoMIPS    : 48.00
Features    : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part    : 0xd03
CPU revision    : 4

processor   : 1
model name  : ARMv8 Processor rev 4 (v8l)
BogoMIPS    : 48.00
Features    : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part    : 0xd03
CPU revision    : 4

processor   : 2
model name  : ARMv8 Processor rev 4 (v8l)
BogoMIPS    : 48.00
Features    : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part    : 0xd03
CPU revision    : 4

processor   : 3
model name  : ARMv8 Processor rev 4 (v8l)
BogoMIPS    : 48.00
Features    : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part    : 0xd03
CPU revision    : 4
frainzy1477 commented 4 years ago

应该是bcm53xx armv8吧https://github.com/frainzy1477/clash/releases/download/v0.16.3/clash_0.16.3_bcm53xx_arm_cortex-a9_armv8.ipk

cooladam201212 commented 4 years ago

不行,还是报这个错误,所有的包都试过了,全部是报这个错误,请问有参考编译方法么

Unknown package 'clash'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for clash found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package clash.

CPU芯片是Amlogic S905D 基本介绍在这里 Amlogic Wikipedia

cooladam201212 commented 4 years ago

使用网友提供的方法装上了,但是不明白是什么原理

在op管理页系统-软件包-配置 添加以下几行进去
arch all 1
arch noarch 1
arch aarch64_generic 10
arch aarch64_cortex-a53 20
登入op的ssh,把安装包拖入root目录下,执行以下代码,复制粘贴逐行啊回车
opkg install clashr_0.16.3_sunix_aarch64_cortex-a53.ipk
mount_root
opkg install clashr_0.16.3_sunix_aarch64_cortex-a53.ipk