diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-30 09:13:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-30 09:13:05 +0000 |
commit | 259cf97803dd6e3e9f7d11a84e5313f1ee93b7b5 (patch) | |
tree | 1787c256091dc52632ae5379f173740f9712901f | |
parent | 1236631700ba5e8f00d20c848cc425257c21f531 (diff) | |
download | busybox-259cf97803dd6e3e9f7d11a84e5313f1ee93b7b5.tar.gz |
Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,
as it is redundant....
-rw-r--r-- | util-linux/Config.in | 8 |
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 can be used to list and edit the set of partitions or BSD style 'disk slices' that are defined on a hard drive. -config FDISK_SUPPORT_LARGE_DISKS - bool " support over 4GB disks" - default y - depends on CONFIG_FDISK - select CONFIG_LFS - help - Enable this option to support large disks > 4GB. - config CONFIG_FEATURE_FDISK_WRITABLE bool " Write support" default y |