Opentrons / buildroot

The Opentrons fork of buildroot for building the OT2 system. Our default branch is opentrons-develop.
http://buildroot.org
Other
10 stars 7 forks source link

board/opentrons/ot2: add compression to tar #145

Closed sfoster1 closed 2 years ago

sfoster1 commented 2 years ago

Busybox tar by default is not configured to support built in de/compression (e.g. tar [z|b|g][x|c|a]). To add support, we modify the busybox configuration file using its support for config dropins living in the board directory.