更新openwrt25.12后软路由插件安装失败的问题 #697
Unanswered
nullinfidel
asked this question in
使用问题
Replies: 1 comment 2 replies
|
感谢反馈,应该是由于构建系统配置有误,请尝试换成这个 ipk 包: |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
直接贴操作和报错
`
root@NatBox:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='25.12.3'
DISTRIB_REVISION='r32912-6639b15f62'
DISTRIB_TARGET='rockchip/armv8'
DISTRIB_ARCH='aarch64_generic'
DISTRIB_DESCRIPTION='OpenWrt 25.12.3 r32912-6639b15f62'
DISTRIB_TAINTS='override'
root@NatBox:~# wget https://nya.globalslb.net/natfrp/client/launcher-openwrt/3.1.8/luci-app-natfrp-3.1.8-r1-aarch64.apk
--2026-05-15 20:11:59-- https://nya.globalslb.net/natfrp/client/launcher-openwrt/3.1.8/luci-app-natfrp-3.1.8-r1-aarch64.apk
Resolving nya.globalslb.net... 119.0.68.11
Connecting to nya.globalslb.net|119.0.68.11|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11320863 (11M) [application/octet-stream]
Saving to: 'luci-app-natfrp-3.1.8-r1-aarch64.apk'
luci-app-natfrp-3.1.8-r1-aarch64.a 100%[=============================================================>] 10.80M 38.4MB/s in 0.3s
2026-05-15 20:12:00 (38.4 MB/s) - 'luci-app-natfrp-3.1.8-r1-aarch64.apk' saved [11320863/11320863]
root@NatBox:~# apk add --allow-untrusted ./luci-app-natfrp-3.1.8-r1-aarch64.apk
ERROR: unable to select packages:
luci-app-natfrp-3.1.8-r1:
error: uninstallable
arch: aarch64
satisfies: world[luci-app-natfrp><Q1CZW0uAu5asq9wI8Jd6N+6CzLvd8=]
`
已确认架构无误,找不到原因
All reactions