From 1e0f650d7d550992296fa61ef94d4abbd5da9555 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Aug 2016 22:33:29 +0200 Subject: [PATCH] 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 --- feeds.conf.default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2