diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-16 18:07:35 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-16 18:07:35 +0200 |
commit | 8c498b6c6e6fd0c218a1ea17d20ec399a5e7501d (patch) | |
tree | f5f1e210d5d017a0d88dcfc46ebf01ea6f703331 /Config.in | |
parent | c3dadba699264c39bf6183505a09e9b28c636481 (diff) | |
download | busybox-w32-8c498b6c6e6fd0c218a1ea17d20ec399a5e7501d.tar.gz busybox-w32-8c498b6c6e6fd0c218a1ea17d20ec399a5e7501d.tar.bz2 busybox-w32-8c498b6c6e6fd0c218a1ea17d20ec399a5e7501d.zip |
make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -566,7 +566,6 @@ config FEATURE_SHARED_BUSYBOX | |||
566 | config LFS | 566 | config 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 |