From 713a2c943ec1f7c3511e202eb637d7a63b4436d5 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 14 Jul 2003 19:08:04 +0000 Subject: Require that LFS is enabled to get fdisk git-svn-id: svn://busybox.net/trunk/busybox@7053 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/Config.in | 1 + 1 file changed, 1 insertion(+) 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 config CONFIG_FDISK bool "fdisk" default n + depends on CONFIG_LFS help The fdisk utility is used to divide hard disks into one or more logical disks, which are generally called partitions. This utility -- cgit v1.2.3-55-g6feb