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

2022/2/11 3:12:28

本文主要是介绍软路由openwrt中替换国内镜像源(以阿里云为例),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

一、打开openwrt终端

file

二、找到distfeeds.conf

进入opkg

cd /etc/opkg

查看opkg内文件

ls

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

vi distfeeds.conf

file

三、进入distfeeds.conf

file

输入i变插入模式

i

file

四、替换镜像源地址

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/
https://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/

file

五、保存退出并测试

保存退出命令

:wq

用更新命令测试

opkg update

file

测试结果,更新成功。

file



这篇关于软路由openwrt中替换国内镜像源(以阿里云为例)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程