tools/lz4: add `lz4` binaries
authorTony Butler <spudz76@gmail.com>
Tue, 29 Nov 2022 00:01:26 +0000 (16:01 -0800)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 16 Jan 2023 23:51:10 +0000 (23:51 +0000)
commit8b12966d20bf10316752b3678d3999f83e564c60
treeec1786d1a7c0126ae3f9bdc1be3b4c706c8c29f0
parent539b52068a079801fe0955f7cf5f39e536a08803
tools/lz4: add `lz4` binaries

same as `packages/liblz4` modified to be a HOST/tools type build with
unified liblz4 (this is also the dev package for liblz4)

the image initramfs generator offers the LZ4 option but there was no
executable to support it actually working

Signed-off-by: Tony Butler <spudz76@gmail.com>
tools/Makefile
tools/lz4/Makefile [new file with mode: 0644]
tools/lz4/patches/001-add-make-ENABLE_DOCS-configurable.patch [new file with mode: 0644]
tools/lz4/patches/002-makefile-install-links-from-same-dir.patch [new file with mode: 0644]