mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
squashfs-tools: bring back package
Picked up the old Makefile at 4.2. Upgraded at 4.3 (repo move to github now: https://github.com/plougher/squashfs-tools/) Added musl compatibility. Enabled LZ4 compression support by default Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
config SQUASHFS_TOOLS_LZO_SUPPORT
|
||||
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
||||
bool "Enable LZO support"
|
||||
select PACKAGE_liblzo
|
||||
default y
|
||||
|
||||
config SQUASHFS_TOOLS_LZ4_SUPPORT
|
||||
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
||||
bool "Enable LZ4 support"
|
||||
select PACKAGE_liblz4
|
||||
default y
|
||||
|
||||
config SQUASHFS_TOOLS_XZ_SUPPORT
|
||||
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
||||
bool "Enable XZ support"
|
||||
select PACKAGE_liblzma
|
||||
default y
|
||||
Reference in New Issue
Block a user