aboutsummaryrefslogtreecommitdiff
path: root/net/git/patches/310-fix-uname-detection-for-crosscompiling
Commit message (Collapse)AuthorAge
* git: update to version 2.34.1Josef Schlehofer2022-01-18
| | | | | | | | | | | | - Refreshed patches - Release notes 2.34.0: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.0.txt - Release notes 2.34.1: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.1.txt Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* git: Override uname result for cross-compilation.Jakub Piotr Cłapa2019-11-08
Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>