Bootstrap

OpenWrt更换镜像源

  1. 备份原始配置文件

    cp /etc/opkg/distfeeds.conf /etc/opkg/distfeeds.conf.bk
    
  2. 安装 libustream-openssl/luci-ssl-openssl ca-bundle ca-certificates ,以启用HTTPS避免运营商缓存劫持。

    opkg install ca-bundle ca-certificates luci-ssl-openssl
    # 或 opkg install ca-bundle ca-certificates libustream-openssl
    
  3. 使用如下命令替换镜像源

    sed -i 's/downloads.openwrt.org/mirrors.ustc.edu.cn\/openwrt/g' /etc/opkg/distfeeds.conf
    
  4. 更新软件索引,检查是否出现错误

    opkg update
    

参考:

  1. OpenWRT如何使用国内镜像 – ITGeeker技术奇客
    https://www.itgeeker.net/openwrt-how-to-use-repository-mirror-in-china/
  2. OpenWRT/LEDE 源使用帮助 — USTC Mirror Help 文档
    http://mirrors.ustc.edu.cn/help/openwrt.html
  3. Luci over HTTPS (luci-ssl vs. luci-ssl-openssl) - Installing and Using OpenWrt - OpenWrt Forum
    https://forum.openwrt.org/t/luci-over-https-luci-ssl-vs-luci-ssl-openssl/12828/18

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;