make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 16 Apr 2011 16:07:35 +0000 (18:07 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 16 Apr 2011 16:07:35 +0000 (18:07 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Config.in
util-linux/Config.src

index 94414db040387dfdb9ab1e1d1b650b5211e26de8..d4e14a488345c1e393ad06f80ada00ef37fbbcb7 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -566,7 +566,6 @@ config FEATURE_SHARED_BUSYBOX
 config LFS
        bool "Build with Large File Support (for accessing files > 2 GB)"
        default y
-       select FDISK_SUPPORT_LARGE_DISKS
        help
          If you want to build BusyBox with large file support, then enable
          this option. This will have no effect if your kernel or your C
index 90606bcae92fd6cd96fce2a949f37c984d4191e2..bb45705a999a37399360a6362b57ac0b76007476 100644 (file)
@@ -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.