Skip to content

Instantly share code, notes, and snippets.

@laris
Last active March 25, 2020 02:13
Show Gist options
  • Save laris/b6f6e52ccf5d51f4865b65b3f70dd40a to your computer and use it in GitHub Desktop.
Save laris/b6f6e52ccf5d51f4865b65b3f70dd40a to your computer and use it in GitHub Desktop.
openwrt-China-mirror-repo

openwrt mirrors

https://downloads.openwrt.org/snapshots/targets/x86/64/

https://mirrors.cnnic.cn/lede/ http://mirrors.zju.edu.cn/openwrt/snapshots/targets/x86/64/

Openwrt 新源 https://bpplpp.com/post/67.html 05/19/2016 2017-12-24 更新 浙江大学 http://mirrors.zju.edu.cn/openwrt 中科大 http://openwrt.proxy.ustclug.org 清华大学 https://mirrors.cnnic.cn/lede/releases

cp /etc/opkg/distfeeds.conf /etc/opkg/distfeeds.conf.org 
sed -i 's/downloads.openwrt.org/mirrors.cnnic.cn\/lede/g' /etc/opkg/distfeeds.conf


sed -i 's_downloads\.lede-project\.org_mirrors.ustc.edu.cn/lede_' /etc/opkg/distfeeds.conf

opkg update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment