diff options
author | Jack Schmidt <github@mowsey.org> | 2017-11-04 16:26:58 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-20 15:30:24 +0000 |
commit | 547dbc028acfb8c1f52f4928f5e6e7aa3176828e (patch) | |
tree | 56ccb26a34dd13c28c5323dc82911dcfae53cf98 /main/linux-vanilla/config-vanilla.armhf | |
parent | 20f4684c1e3789331b8389c3f1c69342f22de490 (diff) | |
download | aports-547dbc028acfb8c1f52f4928f5e6e7aa3176828e.tar.bz2 aports-547dbc028acfb8c1f52f4928f5e6e7aa3176828e.tar.xz |
main/linux-* and main/squashfs-tools: normalize squashfs compression options
This commit brings kernel and userspace into agreement about squashfs
compression algorithms: zlib, xz, lzo, and lz4 (except on S/390 and PPC64LE).
Some kernels has LZO, some had LZ4, some had both.
Userspace had LZO, but not LZ4.
XZ and LZO were added to squashfs-tools in commit
151deb4c2fe91078c30c588de3fe9e411849a52f
Most compression options were added to kernels through default configs:
* LZO had been enabled in RPI, RPI2, S/390, PPC64le, and squashfs-tools.
* LZ4 had been enabled in x86, x86_64, aarch64, armhf, rpi, rpi2.
Default linux kernel config does not currently include LZ4 for S/390 or
PPC64le, so I did not change their config. XZ and ZLIB are in everything.
Diffstat (limited to 'main/linux-vanilla/config-vanilla.armhf')
-rw-r--r-- | main/linux-vanilla/config-vanilla.armhf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-vanilla/config-vanilla.armhf b/main/linux-vanilla/config-vanilla.armhf index 8dc0e7fff9..bda3ae0334 100644 --- a/main/linux-vanilla/config-vanilla.armhf +++ b/main/linux-vanilla/config-vanilla.armhf @@ -5219,7 +5219,7 @@ CONFIG_SQUASHFS_DECOMP_MULTI=y CONFIG_SQUASHFS_XATTR=y CONFIG_SQUASHFS_ZLIB=y CONFIG_SQUASHFS_LZ4=y -# CONFIG_SQUASHFS_LZO is not set +CONFIG_SQUASHFS_LZO=y CONFIG_SQUASHFS_XZ=y # CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set # CONFIG_SQUASHFS_EMBEDDED is not set |