I have to manually switch to github, as:
- clone from github:
git clone https://github.com/openwrt/openwrt.git
- mod file
feeds.conf.defaultto 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
- 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.