diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-05-21 18:43:53 +0200 |
---|---|---|
committer | Paul Spooren <paul.spooren@rhebo.com> | 2023-05-23 14:38:55 +0200 |
commit | 11bb5337b8d8b5018e48f0df415efb99e2f49d0d (patch) | |
tree | fa65e4ba652af7c0be1cdd8a836a6131fd15a24e /feeds.conf.default | |
parent | cec0a38adeee1779890c3267574a102f81c041a4 (diff) |
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>
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 14 |
1 files 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 |