From 47ffeabfe72a067b25e20f77fc6c055f2df00a49 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 17 Feb 2022 10:27:30 +0100 Subject: [PATCH] feeds: use GitHub repo mirror to lower bandwidth usage Signed-off-by: Paul Spooren --- feeds.conf.default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feeds.conf.default b/feeds.conf.default index 50ae67cb9d..b85c9b7526 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,7 +1,7 @@ -src-git-full packages https://git.openwrt.org/feed/packages.git -src-git-full luci https://git.openwrt.org/project/luci.git -src-git-full routing https://git.openwrt.org/feed/routing.git -src-git-full telephony https://git.openwrt.org/feed/telephony.git +src-git-full packages https://github.com/openwrt/packages.git +src-git-full luci https://github.com/aparcar/luci.git;apk +src-git-full routing https://github.com/openwrt/routing.git +src-git-full telephony https://github.com/openwrt/telephony.git #src-git-full video https://github.com/openwrt/video.git #src-git-full targets https://github.com/openwrt/targets.git #src-git-full oldpackages http://git.openwrt.org/packages.git -- 2.30.2