projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1236631
)
Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,
author
Eric Andersen
<andersen@codepoet.org>
Tue, 30 Mar 2004 09:13:05 +0000
(09:13 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 30 Mar 2004 09:13:05 +0000
(09:13 -0000)
as it is redundant....
util-linux/Config.in
patch
|
blob
|
history
diff --git
a/util-linux/Config.in
b/util-linux/Config.in
index 6972591cc8aec65e47b7fa7c8a75e148b9011eb9..5b8ed1f0b616058eae428e5238a3cf833e03b19e 100644
(file)
--- 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