1、登录openwrt管理界面
http://192.168.1.1/cgi-bin/luci/
2、对OpenWrt添加https支持
OpenWrt官方源使用的是http协议,而国内源大多使用的是ssh协议,所以需要安装https支持。
opkg update
opkg install ca-certificates luci-ssl-openssl
3、依次打开系统->Software->Configure opkg,出现配置界面
4、备份官方文件
将/etc/opkg/distfeeds.conf 中的所有条目复制到 /etc/opkg/customfeeds.conf 中,然后注释掉 distfeeds.conf 中的内容。
5、替换源
将 customfeeds.conf 文件中的 http://downloads.openwrt.org/ 替换为https://mirrors.tuna.tsinghua.edu.cn/openwrt/
6、更新
点击 opkg update 更新