mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
From 642f9c9340bfeaba24939bd01d9beca862183f0f Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
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 <john@phrozen.org>
|
|
---
|
|
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
|
|
|