package/squashfs: add selection for the host variant
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 3 Jan 2014 17:19:34 +0000 (18:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Feb 2014 22:16:57 +0000 (23:16 +0100)
If any of the post-image scripts wants to handle squashfs filesystems,
we need to expose an option for squashfs-tools to be user-selectable.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ryan Barnett <rjbarnet@rockwellcollins.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in.host
package/squashfs/Config.in.host [new file with mode: 0644]

index 599ab9ebf416d952a72330869932eccfe7b0878d..ac6091f568933aeeb4f7a379b8d1755e7820ef84 100644 (file)
@@ -13,6 +13,7 @@ source "package/omap-u-boot-utils/Config.in.host"
 source "package/openocd/Config.in.host"
 source "package/parted/Config.in.host"
 source "package/sam-ba/Config.in.host"
+source "package/squashfs/Config.in.host"
 source "package/sunxi-tools/Config.in.host"
 source "package/uboot-tools/Config.in.host"
 source "package/util-linux/Config.in.host"
diff --git a/package/squashfs/Config.in.host b/package/squashfs/Config.in.host
new file mode 100644 (file)
index 0000000..b353374
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_HOST_SQUASHFS
+       bool "host squashfs"
+       help
+         Tools to generate SquashFS filesystems.
+
+         http://squashfs.sourceforge.net/