summaryrefslogtreecommitdiffstats
path: root/rules/squashfs-tools.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-02-27 00:16:03 +0100
committerErwin Rol <erwin@erwinrol.com>2010-03-22 22:46:49 +0100
commitdaa0ff7dad3892f2e031a6457325fe554ccbae95 (patch)
treefdf9d52449f5a70c65465c7f36070f2b9da8a717 /rules/squashfs-tools.in
parentb55110fa96f1b64baba02dee0a45a5d05d271d8a (diff)
downloadptxdist-daa0ff7dad3892f2e031a6457325fe554ccbae95.tar.gz
ptxdist-daa0ff7dad3892f2e031a6457325fe554ccbae95.tar.xz
[squashfs] Add target version
- Adds a target version of squashf-tools Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/squashfs-tools.in')
-rw-r--r--rules/squashfs-tools.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/squashfs-tools.in b/rules/squashfs-tools.in
new file mode 100644
index 000000000..8e174021f
--- /dev/null
+++ b/rules/squashfs-tools.in
@@ -0,0 +1,24 @@
+## SECTION=disk_and_file
+
+menuconfig SQUASHFS_TOOLS
+ tristate
+ select ZLIB
+ prompt "squashfs-tools"
+ help
+ Squashfs is a highly compressed read-only filesystem for Linux.
+ It uses zlib compression to compress both files, inodes and directories.
+ Inodes in the system are very small and all blocks are packed to minimise
+ data overhead. Block sizes greater than 4K are supported up to a maximum
+ of 1Mbytes (default block size 128K).
+
+if SQUASHFS_TOOLS
+
+config SQUASHFS_TOOLS_MKSQUASHFS
+ bool
+ prompt "Install mksquashfs"
+
+config SQUASHFS_TOOLS_UNSQUASHFS
+ bool
+ prompt "Install unsquashfs"
+
+endif