commit | 3724d284927decb1cb30244cf9f28e82ab291203 | [log] [tgz] |
---|---|---|
author | James Kuszmaul <jabukuszmaul@gmail.com> | Fri Sep 08 09:28:36 2023 -0700 |
committer | Gerrit Code Review <gerrit@software.frc971.org> | Fri Sep 08 09:28:36 2023 -0700 |
tree | 8737dc2ba5578274d18fb7a06d6c8126501e11b7 | |
parent | 7715c0b3f121c7581d35ce8574204a0a18e5461d [diff] | |
parent | 18e71186d33613a238b4c0f38f312d9fff3a2018 [diff] |
Merge "Upgrade LOG's in sctp_* to LOG(FATAL)'s"
diff --git a/frc971/rockpi/build_rootfs.sh b/frc971/rockpi/build_rootfs.sh index d61fb48..cd80e58 100755 --- a/frc971/rockpi/build_rootfs.sh +++ b/frc971/rockpi/build_rootfs.sh
@@ -20,6 +20,7 @@ gcc-arm-none-eabi swig u-boot-tools + qemu-user-static ) for dep in "${REQUIRED_DEPS[@]}"; do if ! dpkg-query -W -f='${Status}' "${dep}" | grep -q "install ok installed"; then