mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The manual states that FOO_DL_OPTS are valid for all the different download backends, but that is not the case: at least the git backend does not use them (it does not fail, it just ignores them). Accept FOO_DL_OPTS in the git backend, and pass them to 'git fetch'. There is no way that we can pass such options to submodules or lfs, though. Update the manual accordingly. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>