monlor / MIXBOX-ARCHIVE

一款基于Shell的小米路由器工具箱,原为Monlor-Tools,A tool box for XiaoMi Router base on Shell.
GNU General Public License v3.0
2.31k stars 379 forks source link

ax9000识别型号RA70无法安装entware #261

Open bang918 opened 2 years ago

bang918 commented 2 years ago

ax9000无法安装entware,提示不支持的设备,因为工作需求,zerotier是刚需,这个还非要entware环境,裂开,期盼大佬修复

JimiZhou commented 2 years ago

ax3600也是一样的情况,提示不支持

sampork commented 2 years ago

将这个仓库下载到你本地 将appstore/entware_linux_aarch64.tar.gz解压,打开解压出来的entware/scripts/entware.sh,在45行加上下面代码 elif [ "$model" = "linux_aarch64" ]; then wget -O - http://bin.entware.net/aarch64-k3.10/installer/generic.sh | sh 把entware重新打包成entware_linux_aarch64.tar.gz

搭建一个http服务器,配置下载源为你的服务器地址

hajeekn commented 1 year ago

entware可以自行安装

mkdir /data/opt
ln -s /data/opt /
curl http://bin.entware.net/aarch64-k3.10/installer/alternative.sh | sh
echo 'export PATH=$PATH:/opt/bin:/opt/sbin' >> /etc/profile
source /etc/profile
/opt/etc/init.d/rc.unslung start