小米路由搭建rsync - yiyixiaozhi/readingNotes GitHub Wiki
小米路由搭建rsync
如果没有rsync命令,可以手动安装
查找源:
cat /etc/opkg.conf
src/gz attitude_adjustment http://downloads.openwrt.org/attitude_adjustment/12.09/brcm4709/R2D/packages
顺着网页找到openwrt下载对应版本:
https://archive.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/
下载到路由的硬盘中:
/userdisk/data/ipk
手动安装的方法:
opkg install xxx.ipk
// 未完待续