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/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/Config.in.host')
-rw-r--r-- | package/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in.host b/package/Config.in.host index 0c21b11bd0..a3f852b3fc 100644 --- a/package/Config.in.host +++ b/package/Config.in.host @@ -2,6 +2,7 @@ menu "Host utilities" source "package/aespipe/Config.in.host" source "package/android-tools/Config.in.host" + source "package/btrfs-progs/Config.in.host" source "package/cargo/Config.in.host" source "package/cbootimage/Config.in.host" source "package/checkpolicy/Config.in.host" |