]> git.ipfire.org Git - thirdparty/openwrt.git/commit
scripts/feeds: shallow clone submodules 18168/head
authorCedric CHEDALEUX <cedric.chedaleux@orange.com>
Mon, 17 Feb 2025 09:44:36 +0000 (10:44 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 5 Mar 2025 13:19:01 +0000 (14:19 +0100)
commit081ff3eee230202c42958be0d341057244aa0ec1
tree67cb377cb1c072fb9c44e76b65f80382ef64fb80
parent775f9d56ce0684ceee269aaeb43eb09227f17ef1
scripts/feeds: shallow clone submodules

When a feed has submodules, all its submodules are fully cloned whereas
the feed itself is shallowed. Let's be consistent and perform shallow clones
as well for the submodules.

Signed-off-by: Cedric CHEDALEUX <cedric.chedaleux@orange.com>
Link: https://github.com/openwrt/openwrt/pull/18003
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 9ec32cfb2733856a2ab4caee07d9b3297568381d)
Link: https://github.com/openwrt/openwrt/pull/18168
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
scripts/feeds