From 866b32e2c4f4aa2de5037691e49a11279f3dfa1e Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <josef.schlehofer@nic.cz> Date: Wed, 13 Feb 2019 00:35:27 +0100 Subject: [PATCH] feeds.conf: use git.openwrt.org instead of git.lede-project.org --- feeds.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feeds.conf b/feeds.conf index 91a483285..27c5c508c 100644 --- a/feeds.conf +++ b/feeds.conf @@ -1,8 +1,8 @@ src-git turrispackages https://gitlab.labs.nic.cz/turris/turris-os-packages.git^origin/master -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 packages https://git.openwrt.org/feed/packages.git +src-git luci https://git.openwrt.org/project/luci.git +src-git routing https://git.openwrt.org/feed/routing.git +src-git telephony https://git.openwrt.org/feed/telephony.git #src-git printing https://github.com/miska/openwrt-printing-packages.git src-git openwisp https://github.com/openwisp/openwisp-config.git src-git sidn https://github.com/SIDN/sidn_openwrt_pkgs.git -- GitLab