mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
Commitf77d698f83changed apply-patches to use $TAR instead of `tar`, but did not define a fallback if $TAR is not defined. This results in an error when calling apply-patches.sh from outside Buildroot's Makefile. Our team uses this script to setup local checkouts of Buildroot package's with patches for development. Signed-off-by: Brandon Maier <brandon.maier@collins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit118c824b56) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>