aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/170-add_support_for_LZMA_MAGIC_to_unsqashfs.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/squashfs4: include sysmacros.h explicitlyAlex Maclean2017-10-271-4/+4
| | | | | | | | | | | | glibc is moving to remove the include of sys/sysmacros.h from sys/types.h, and some distros have done this early. Other libcs may already lack this include. Include sysmacros.h explicitly. Fixes: FS#1017 Signed-off-by: Alex Maclean <monkeh@monkeh.net> [refresh patches] Signed-off-by: Mathias Kresin <dev@kresin.me>
* squashfs4: Add support for LZMA Magic to unsquashfsJonas Gorski2011-10-191-0/+72
Some vendor firmwares use a different super block magic to indicate LZMA compression. This patches adds support for detecting this and enable extraction for those firmware's root filesystems. SVN-Revision: 28489