0da7d6b3d0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36371 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
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_XZ_SUPPORT
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
|
bool "Enable XZ support"
|
|
select PACKAGE_liblzma
|
|
default y
|