diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-01-03 18:19:34 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-08 23:16:57 +0100 |
commit | 2852f787d0eca3d95b605255e3b58c85760c6d32 (patch) | |
tree | 3f6e9786b63f52a01058c7368863bfe839eec258 /package/squashfs | |
parent | ab2cb2d9be4c481a91e5b3104027d926c7784ae2 (diff) |
package/squashfs: add selection for the host variant
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>
Diffstat (limited to 'package/squashfs')
-rw-r--r-- | package/squashfs/Config.in.host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/squashfs/Config.in.host b/package/squashfs/Config.in.host new file mode 100644 index 000000000..b353374dd --- /dev/null +++ b/package/squashfs/Config.in.host @@ -0,0 +1,6 @@ +config BR2_PACKAGE_HOST_SQUASHFS + bool "host squashfs" + help + Tools to generate SquashFS filesystems. + + http://squashfs.sourceforge.net/ |