Https://git.openwrt.org/......website speed too slow

I have to manually switch to github, as:

  1. clone from github:
git clone https://github.com/openwrt/openwrt.git
  1. mod file feeds.conf.default to github:
src-git packages https://github.com/openwrt/packages.git
src-git luci https://github.com/openwrt/luci.git
src-git routing https://github.com/openwrt/routing.git
src-git telephony https://github.com/openwrt/telephony.git
#src-git video https://github.com/openwrt/video.git
#src-git targets https://github.com/openwrt/targets.git
#src-git oldpackages http://git.openwrt.org/packages.git
#src-link custom /usr/src/openwrt/custom-feed
  1. if you have a pre-download library code folder named "dl", just copy it into the openwrt directory.

Then we avoid to use openwrt.org site.

2 Likes