diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-24 02:46:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-24 02:46:31 +0000 |
commit | a8a6587d1b6bd17e8aceff319f2ae6a177dd29d3 (patch) | |
tree | 8f05607ca3fb79508763a49cdbf28adc86aac7a7 /package/dm/Config.in | |
parent | 491b44e86a8d85823364447eb26a51a48cab6f84 (diff) |
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
Diffstat (limited to 'package/dm/Config.in')
-rw-r--r-- | package/dm/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
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. |