aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-30 09:13:05 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-30 09:13:05 +0000
commit5dc22ec8e5829462bd49f93990302c3ebc3fcda7 (patch)
tree1787c256091dc52632ae5379f173740f9712901f
parentea403dff4b98c6eb811938449f39101ac191ecc6 (diff)
downloadbusybox-w32-5dc22ec8e5829462bd49f93990302c3ebc3fcda7.tar.gz
busybox-w32-5dc22ec8e5829462bd49f93990302c3ebc3fcda7.tar.bz2
busybox-w32-5dc22ec8e5829462bd49f93990302c3ebc3fcda7.zip
Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,
as it is redundant.... git-svn-id: svn://busybox.net/trunk/busybox@8670 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--util-linux/Config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 6972591cc..5b8ed1f0b 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -74,14 +74,6 @@ config CONFIG_FDISK
74 can be used to list and edit the set of partitions or BSD style 74 can be used to list and edit the set of partitions or BSD style
75 'disk slices' that are defined on a hard drive. 75 'disk slices' that are defined on a hard drive.
76 76
77config FDISK_SUPPORT_LARGE_DISKS
78 bool " support over 4GB disks"
79 default y
80 depends on CONFIG_FDISK
81 select CONFIG_LFS
82 help
83 Enable this option to support large disks > 4GB.
84
85config CONFIG_FEATURE_FDISK_WRITABLE 77config CONFIG_FEATURE_FDISK_WRITABLE
86 bool " Write support" 78 bool " Write support"
87 default y 79 default y