欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

I.打开 openwrt 终端

最编程 2024-04-05 13:10:49
...

镜像下载、域名解析、时间同步请点击 阿里巴巴开源镜像站

一、打开openwrt终端

file

二、找到distfeeds.conf

进入opkg

  1. cd /etc/opkg

查看opkg内文件

  1. ls

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

  1. vi distfeeds.conf

file

三、进入distfeeds.conf

file

输入i变插入模式

  1. i

file

四、替换镜像源地址

openwrt阿里云镜像源地址

  1. https://mirrors.aliyun.com/openwrt

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

  1. https://mirrors.aliyun.com/openwrt/releases/18.06.8/targets/brcm2708/bcm2710/packages/
  2. https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/base/
  3. https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/luci/
  4. https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/packages/
  5. https://mirrors.aliyun.com/openwrt/releases/18.06.8/packages/aarch64_cortex-a53/routing/

file

五、保存退出并测试

保存退出命令

  1. :wq

用更新命令测试

  1. opkg update

file

测试结果,更新成功。

file

本文来自:深巷的酒