From 642f9c9340bfeaba24939bd01d9beca862183f0f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 7 Apr 2025 18:09:27 +0200 Subject: [PATCH] feed.conf.default: use the github.com based trees Signed-off-by: John Crispin --- feeds.conf.default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feeds.conf.default b/feeds.conf.default index d467db5627..6a1dcf1999 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,4 +1,4 @@ -src-git packages https://git.openwrt.org/feed/packages.git;openwrt-23.05 -src-git luci https://git.openwrt.org/project/luci.git;openwrt-23.05 -src-git routing https://git.openwrt.org/feed/routing.git;openwrt-23.05 -src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-23.05 +src-git packages https://github.com/openwrt/packages.git;openwrt-23.05 +src-git luci https://github.com/openwrt/luci.git;openwrt-23.05 +src-git routing https://github.com/openwrt/routing.git;openwrt-23.05 +src-git telephony https://github.com/openwrt/telephony.git;openwrt-23.05 -- 2.34.1