luka 59dda6cdfb [packages] squashfs-tools: modularize package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-12 09:43:51 +00:00

12 lines
225 B
Plaintext

if PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
config SQUASHFS_TOOLS_LZO_SUPPORT
bool "Enable LZO support"
default y
config SQUASHFS_TOOLS_XZ_SUPPORT
bool "Enable XZ support"
default y
endif