[openwrt/openwrt] feeds: revert to git.openwrt.org

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 9 12:55:03 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/93e98b4082e0f885a078c79135f76a2345452eb5

commit 93e98b4082e0f885a078c79135f76a2345452eb5
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Fri Jan 9 21:14:47 2026 +0100

    feeds: revert to git.openwrt.org
    
    This reverts the feeds.conf.default to git.openwrt.org
    
    Fixes: 66e6ebbc1ea6c661bcbc85702066e2654da9c26a (microchipsw: drop source-only)
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21475
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 feeds.conf.default | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index 81cce6074d..05f5c8c47c 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.git
-src-git telephony https://github.com/openwrt/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 video https://github.com/openwrt/video.git
 #src-git targets https://github.com/openwrt/targets.git
 #src-git oldpackages http://git.openwrt.org/packages.git




More information about the lede-commits mailing list