-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新架构适配 #3
Comments
root@OpenWrt:~# cd /tmp
这个 D-Link DIR-853 A3 的路由器 也不支持安装 |
你的问题是 |
你可以把a53的ipk解压缩,把uuplugin二进制直接上传到openwrt运行,如果运行没有报错截图上传到此issue。 |
我用的也是R2S,immortalWrt的固件。openwrt_release里写的DISTRIB_ARCH值是aarch64_generic。clone下来手动加了一下然后打包出来,可以正常加速没问题。所以在这设备上用应该是没问题的,就是不同固件写的值不一样还得改怪麻烦的。 |
root@OpenWrt:~# cd /tmp |
哦,但好像UU加速器自带了openwrt的指令,直接用terminal书写进去就可以了~! |
root@OpenWrt:/tmp# pwd
/tmp
root@OpenWrt:/tmp# pkg_name=uuplugin_latest-1_$(grep '^DISTRIB_ARCH' /etc/openwrt_release | awk -F "'" '{print $2}').ipk
root@OpenWrt:/tmp# wget "https://github.com/ttc0419/uuplugin/releases/download/latest/$pkg_name" && opkg install $pkg_na
me || echo "You router is not supported!"
Downloading 'https://github.com/ttc0419/uuplugin/releases/download/latest/uuplugin_latest-1_aarch64_generic.ipk'
Connecting to 20.233.83.145:443
HTTP error 404
You router is not supported!
root@OpenWrt:/tmp# cd ~
root@OpenWrt:
# mkdir net_uu# cd net_uu/root@OpenWrt:
root@OpenWrt:
/net_uu# wget http://uu.gdl.netease.com/uuplugin-script/202012111056/install.sh -O install.sh/net_uu# uname -mDownloading 'http://uu.gdl.netease.com/uuplugin-script/202012111056/install.sh'
Connecting to 104.73.172.57:80
Writing to 'install.sh'
install.sh 100% |*******************************| 10145 0:00:00 ETA
Download completed (10145 bytes)
root@OpenWrt:
aarch64
root@OpenWrt:~/net_uu# uname -a
Linux OpenWrt 5.15.134 #0 SMP PREEMPT Mon Oct 9 21:45:35 2023 aarch64 GNU/Linux
作者你好 我的软路由 设备 是 FriendlyARM NanoPi R2S 请问这个软路由 能支持适配吗?
The text was updated successfully, but these errors were encountered: