其他分享
首页 > 其他分享> > 软路由openwrt中替换国内镜像源(以阿里云为例)

软路由openwrt中替换国内镜像源(以阿里云为例)

作者:互联网

一、打开openwrt终端

在这里插入图片描述

二、找到distfeeds.conf

进入opkg

cd /etc/opkg

查看opkg内文件

ls

可以找到distfeeds.conf,并进入编辑

vi distfeeds.conf

在这里插入图片描述

三、进入distfeeds.conf

在这里插入图片描述
输入i变插入模式

i

在这里插入图片描述

四、替换镜像源地址

openwrt阿里云镜像源地址

https://mirrors.aliyun.com/openwrt

根据你的软件版本替换镜像源

https://mirrors.aliyun.com/openwrt/releases/18.06.8/targets/brcm2708/bcm2710/packages/
https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/base/
lhttps://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/luci/
https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/packages/
https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/routing/

在这里插入图片描述

五、保存退出并测试

保存退出命令

:wq

用更新命令测试

opkg update

在这里插入图片描述
测试结果,更新成功。
在这里插入图片描述

标签:18.06,mirrors,云为例,openwrt,aliyun,packages,com,路由
来源: https://blog.csdn.net/sxqcj007/article/details/122136668