From e07fcc09a0cdfe079190a248e5f4e1f2a347fafc Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Sep 2021 14:01:52 +1000 Subject: Checkout toybox last known good commit. There's probably a later one we can use, but this is what we tested with. No doubt it'll come good again later. --- src/BuildIt.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/BuildIt.sh b/src/BuildIt.sh index 5c4d5f9..502c846 100755 --- a/src/BuildIt.sh +++ b/src/BuildIt.sh @@ -90,6 +90,7 @@ echo "" if [ ! -d git-sub-modules/toybox ]; then pushd git-sub-modules >/dev/null git clone https://github.com/landley/toybox.git + git checkout 5a6d1746baacb40e2a3f094af50dbe9871afa3cf popd >/dev/null else pushd git-sub-modules/toybox >/dev/null -- cgit v1.1