[openwrt/openwrt] Revert "feeds: use git-src-full to allow Git versioning"
LEDE Commits
lede-commits at lists.infradead.org
Tue May 23 05:44:01 PDT 2023
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/11bb5337b8d8b5018e48f0df415efb99e2f49d0d
commit 11bb5337b8d8b5018e48f0df415efb99e2f49d0d
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Sun May 21 18:43:53 2023 +0200
Revert "feeds: use git-src-full to allow Git versioning"
This partially reverts commit 7fae1e5677e9bb4979c8d4ac99be4de6955b13d0
as it should be no longer necessary to do a full clone since commit
48ed07bc0b94 ("treewide: replace AUTORELEASE with real PKG_RELEASE").
Suggested-by: Thibaut VARÈNE <hacks at slashdirt.org>
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
feeds.conf.default | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/feeds.conf.default b/feeds.conf.default
index 50ae67cb9d..fc679335e0 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,8 +1,8 @@
-src-git-full packages https://git.openwrt.org/feed/packages.git
-src-git-full luci https://git.openwrt.org/project/luci.git
-src-git-full routing https://git.openwrt.org/feed/routing.git
-src-git-full telephony https://git.openwrt.org/feed/telephony.git
-#src-git-full video https://github.com/openwrt/video.git
-#src-git-full targets https://github.com/openwrt/targets.git
-#src-git-full oldpackages http://git.openwrt.org/packages.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
#src-link custom /usr/src/openwrt/custom-feed
More information about the lede-commits
mailing list