From 8c498b6c6e6fd0c218a1ea17d20ec399a5e7501d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 16 Apr 2011 18:07:35 +0200 Subject: make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y Signed-off-by: Denys Vlasenko --- util-linux/Config.src | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux') diff --git a/util-linux/Config.src b/util-linux/Config.src index 90606bcae..bb45705a9 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -144,6 +144,7 @@ config FDISK_SUPPORT_LARGE_DISKS bool "Support over 4GB disks" default y depends on FDISK + depends on !LFS # with LFS no special code is needed help Enable this option to support large disks > 4GB. -- cgit v1.2.3