Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flash-tools: add back missing lz4c program
Since lz4/lz4@65998fe, the lz4c symlink no longer exists, but is wanted by `flash.sh`. The `lz4` program adds a set of legacy cmdline flags when `argv[0]` is `lz4c` (see https://github.com/lz4/lz4/blob/6cf42afbea04c9ea6a704523aead273715001330/programs/lz4cli.c#L444), however NVIDIA doesn't use any of these legacy flags in `flash.sh`, they only require the `lz4c` program to be in PATH.
- Loading branch information