From 49b64ec93ffe6b9c32fcd7f5040ec5a4fdd87acd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 7 Apr 2025 18:10:23 +0200 Subject: [PATCH] feed.conf.default: use the github.com based trees Signed-off-by: John Crispin --- ...fault-use-the-github.com-based-trees.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 patches/0088-feed.conf.default-use-the-github.com-based-trees.patch diff --git a/patches/0088-feed.conf.default-use-the-github.com-based-trees.patch b/patches/0088-feed.conf.default-use-the-github.com-based-trees.patch new file mode 100644 index 000000000..bd792818f --- /dev/null +++ b/patches/0088-feed.conf.default-use-the-github.com-based-trees.patch @@ -0,0 +1,26 @@ +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 +