tools/squashfs: rename to squashfs3-lzma
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 6 Feb 2023 22:07:24 +0000 (23:07 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 18 Feb 2023 20:11:36 +0000 (21:11 +0100)
commit01262c921c7cbafc9a32b912e42c58982f47725c
tree8c5fee2472391ffc9fd67ccf5f2e8960161a1b8c
parent78dc8e2b13df439db92f233fe61d75959ffb57a6
tools/squashfs: rename to squashfs3-lzma

The name of squashfs is confusing since in reality it's a really old
version using an old lzma library. This tools is used for old ath79
netgear target and to produde a fake squasfs3 image needed for some
specific bootloader from some OEM (AVM for example)

Rename squashfs tool to squasfs3-lzma to better describe it.
Rename the installed bin from mksquashfs-lzma to mksquashfs3-lzma.
Use tar transform to migrate the root directory in tar to the new
naming.
Drop redundant PKG_CAT variable not needed anymore.
Also update any user of this tool.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
15 files changed:
include/image-commands.mk
target/linux/ath79/image/common-netgear.mk
tools/Makefile
tools/squashfs/Makefile [deleted file]
tools/squashfs/patches/100-lzma.patch [deleted file]
tools/squashfs/patches/110-no_nonstatic_inline.patch [deleted file]
tools/squashfs/patches/120-add-fixed-timestamp-support.patch [deleted file]
tools/squashfs/patches/130-include_sysmacros.patch [deleted file]
tools/squashfs/patches/140-gcc-10-fix.patch [deleted file]
tools/squashfs3-lzma/Makefile [new file with mode: 0644]
tools/squashfs3-lzma/patches/100-lzma.patch [new file with mode: 0644]
tools/squashfs3-lzma/patches/110-no_nonstatic_inline.patch [new file with mode: 0644]
tools/squashfs3-lzma/patches/120-add-fixed-timestamp-support.patch [new file with mode: 0644]
tools/squashfs3-lzma/patches/130-include_sysmacros.patch [new file with mode: 0644]
tools/squashfs3-lzma/patches/140-gcc-10-fix.patch [new file with mode: 0644]