diff options
author | Robert J. Heywood <robert.heywood@codethink.co.uk> | 2018-08-21 17:04:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-21 23:22:11 +0200 |
commit | ed69859a7261ee86e71aa666d30a28e374769e15 (patch) | |
tree | 0829def6ed5f0adfd0ee7e64d5c227f31fe01d44 /package/btrfs-progs/Config.in.host | |
parent | a0e26eaa51c4119ca66a376a8ff7ca8f0d0392eb (diff) | |
download | buildroot-ed69859a7261ee86e71aa666d30a28e374769e15.tar.gz buildroot-ed69859a7261ee86e71aa666d30a28e374769e15.zip |
btrfs-progs: add host package variant
This adds a new option to build the btrfs toolset for the host, which
can be useful to prepare a btrfs filesystem image for the target.
Signed-off-by: Robert J. Heywood <robert.heywood@codethink.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/btrfs-progs/Config.in.host')
-rw-r--r-- | package/btrfs-progs/Config.in.host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/btrfs-progs/Config.in.host b/package/btrfs-progs/Config.in.host new file mode 100644 index 0000000000..cdcd2e4ec4 --- /dev/null +++ b/package/btrfs-progs/Config.in.host @@ -0,0 +1,6 @@ +config BR2_PACKAGE_HOST_BTRFS_PROGS + bool "host btrfs-progs" + help + Btrfs filesystem utilities + + https://btrfs.wiki.kernel.org/index.php/Main_Page |