diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:08:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:08:04 +0000 |
commit | 713a2c943ec1f7c3511e202eb637d7a63b4436d5 (patch) | |
tree | 6f243684c920c5d0bfd7110b957d3668baf0bc44 | |
parent | de2b0e40ed5ae8cb6bcc058bba18852f4404bc48 (diff) | |
download | busybox-w32-713a2c943ec1f7c3511e202eb637d7a63b4436d5.tar.gz busybox-w32-713a2c943ec1f7c3511e202eb637d7a63b4436d5.tar.bz2 busybox-w32-713a2c943ec1f7c3511e202eb637d7a63b4436d5.zip |
Require that LFS is enabled to get fdisk
git-svn-id: svn://busybox.net/trunk/busybox@7053 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | util-linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index ae17fe31b..13c57c41a 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -68,6 +68,7 @@ config CONFIG_FDFORMAT | |||
68 | config CONFIG_FDISK | 68 | config CONFIG_FDISK |
69 | bool "fdisk" | 69 | bool "fdisk" |
70 | default n | 70 | default n |
71 | depends on CONFIG_LFS | ||
71 | help | 72 | help |
72 | The fdisk utility is used to divide hard disks into one or more | 73 | The fdisk utility is used to divide hard disks into one or more |
73 | logical disks, which are generally called partitions. This utility | 74 | logical disks, which are generally called partitions. This utility |