问题
默认源在国内访问速度普遍比较慢。
PS: 本篇理论上应该几年前就写的……以前经常用台湾省的网络,没发现,现在补一篇。
解决
- 更换清华大学源
1 | sed -i 's/downloads\.openwrt\.org/mirrors\.tuna\.tsinghua\.edu\.cn\/openwrt/g' /etc/opkg/distfeeds.conf |
- 使用 https
1 | opkg install libustream-mbedtls |
相关
如果您想把整个软件源下载到本地,可以参考:https://github.com/UMU618/openwrt-opkg-cache