aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in1
-rw-r--r--util-linux/Config.src1
2 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 94414db04..d4e14a488 100644
--- a/Config.in
+++ b/Config.in
@@ -566,7 +566,6 @@ config FEATURE_SHARED_BUSYBOX
566config LFS 566config LFS
567 bool "Build with Large File Support (for accessing files > 2 GB)" 567 bool "Build with Large File Support (for accessing files > 2 GB)"
568 default y 568 default y
569 select FDISK_SUPPORT_LARGE_DISKS
570 help 569 help
571 If you want to build BusyBox with large file support, then enable 570 If you want to build BusyBox with large file support, then enable
572 this option. This will have no effect if your kernel or your C 571 this option. This will have no effect if your kernel or your C
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
144 bool "Support over 4GB disks" 144 bool "Support over 4GB disks"
145 default y 145 default y
146 depends on FDISK 146 depends on FDISK
147 depends on !LFS # with LFS no special code is needed
147 help 148 help
148 Enable this option to support large disks > 4GB. 149 Enable this option to support large disks > 4GB.
149 150