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/dm/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package/dm/Config.in (limited to 'package/dm/Config.in') diff --git a/package/dm/Config.in b/package/dm/Config.in new file mode 100644 index 000000000..7dc5fe29c --- /dev/null +++ b/package/dm/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_DM + bool "dm" + default n + help + The Device-mapper is a new component of the linux kernel that + supports logical volume management. It is required by LVM2 and EVMS. -- cgit v1.2.3