mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
Matthias has reported, that his builds started failing recently and we've found out, that its caused by the new `git clone --depth 1` parameter being added by default, which is unwanted and obviously results into unreachable Git history of some past `KERNEL_GIT_REF` Git references for certain kernel branches. So lets fix this by using the default Git clone depth `KERNEL_GIT_DEPTH` of `0` to make it clear, that this feature should be disabled to keep old behavior and assure backward compatibility. Fixes:00cad4113a("build: add new KERNEL_GIT_DEPTH feature") Reported-by: Matthias FRANCK <matthias.franck_ext@softathome.com> Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit4baf654eba)