Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-04-16 20:07:35 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2011-04-16 20:07:35 +0400
commit8c498b6c6e6fd0c218a1ea17d20ec399a5e7501d (patch)
treef5f1e210d5d017a0d88dcfc46ebf01ea6f703331 /util-linux
parentc3dadba699264c39bf6183505a09e9b28c636481 (diff)
make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.src1
1 files changed, 1 insertions, 0 deletions
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.