diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-01 22:33:29 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-01 22:34:18 +0200 |
commit | 1e0f650d7d550992296fa61ef94d4abbd5da9555 (patch) | |
tree | ad824b093d23ccd55a6d2bfd8405c3111aa7852e /feeds.conf.default | |
parent | 2694d43b052a1bf1721ae477dcdbe787f5995d35 (diff) | |
download | mtk-20170518-1e0f650d7d550992296fa61ef94d4abbd5da9555.zip mtk-20170518-1e0f650d7d550992296fa61ef94d4abbd5da9555.tar.gz mtk-20170518-1e0f650d7d550992296fa61ef94d4abbd5da9555.tar.bz2 |
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 <nbd@nbd.name>
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index 84d2495..e3e9c60 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 |