From: Felix Fietkau Date: Mon, 1 Aug 2016 20:33:29 +0000 (+0200) Subject: feeds: switch from github to lede-project.org mirrors X-Git-Tag: v17.01.0-rc1~1823 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=1e0f650d7d550992296fa61ef94d4abbd5da9555 feeds: switch from github to lede-project.org mirrors GitHub seems to be a bit unreliable on feeds updates on the buildbot lately, so hopefully our own mirror will be more reliable than that. Signed-off-by: Felix Fietkau --- diff --git a/feeds.conf.default b/feeds.conf.default index 84d24956fc..e3e9c60cdf 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,7 +1,7 @@ -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/packages.git -src-git telephony https://github.com/openwrt/telephony.git +src-git packages https://git.lede-project.org/feed/packages.git +src-git luci https://git.lede-project.org/project/luci.git +src-git routing https://git.lede-project.org/feed/routing.git +src-git telephony https://git.lede-project.org/feed/telephony.git #src-git targets https://github.com/openwrt/targets.git #src-git management https://github.com/openwrt-management/packages.git #src-git oldpackages http://git.openwrt.org/packages.git