diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-05-27 10:31:58 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-31 15:45:45 +0200 |
commit | 478a3e609fec5034ab5acef54deb2f7907eebfbc (patch) | |
tree | 17fce01864def69ebd4c7be9b3577bcab5efd254 /feeds.conf.default | |
parent | e2e7dd44506ee7e604a8b7c1a83837f1c025417f (diff) | |
download | upstream-478a3e609fec5034ab5acef54deb2f7907eebfbc.tar.gz upstream-478a3e609fec5034ab5acef54deb2f7907eebfbc.tar.bz2 upstream-478a3e609fec5034ab5acef54deb2f7907eebfbc.zip |
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@slashdirt.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 11bb5337b8d8b5018e48f0df415efb99e2f49d0d)
[adjusted to 23.05]
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index f062f8545e..d467db5627 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,4 +1,4 @@ -src-git-full packages https://git.openwrt.org/feed/packages.git;openwrt-23.05 -src-git-full luci https://git.openwrt.org/project/luci.git;openwrt-23.05 -src-git-full routing https://git.openwrt.org/feed/routing.git;openwrt-23.05 -src-git-full telephony https://git.openwrt.org/feed/telephony.git;openwrt-23.05 +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 |