From a8a6587d1b6bd17e8aceff319f2ae6a177dd29d3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 24 Jun 2005 02:46:31 +0000 Subject: This patch adds package configuration files for the LVM2 tools and its dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183 --- package/lvm2/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/lvm2/Config.in (limited to 'package/lvm2/Config.in') diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in new file mode 100644 index 000000000..0e1e0b32a --- /dev/null +++ b/package/lvm2/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LVM2 + bool "lvm2" + default n + select BR2_PACKAGE_DM + help + LVM2 refers to a new userspace toolset that provide logical + volume management facilities on linux. It is reasonably backwards- + compatible with the original LVM toolset. -- cgit v1.2.3