aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-05-19 10:49:17 +0000
committerEric Andersen <andersen@codepoet.org>2004-05-19 10:49:17 +0000
commit84bdea8cb246c2cb3e28724bab253db12e51884a (patch)
tree9a6c58dffb8c6c7569462272f5aa8bcca7ffb5ee /util-linux/Config.in
parent5c9323f4e6d5e1c619ff3ea0b30bf5e8e3a2b87a (diff)
downloadbusybox-w32-84bdea8cb246c2cb3e28724bab253db12e51884a.tar.gz
busybox-w32-84bdea8cb246c2cb3e28724bab253db12e51884a.tar.bz2
busybox-w32-84bdea8cb246c2cb3e28724bab253db12e51884a.zip
Erik,
>http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u Its hack for "force" ;-) If to return the previous version of a Config.in http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/Config.in?r1=1.12&r2=1.13 and to apply last patch, then I shall calm down. ;-) (OOPS, last patch have autocorrected from my editor begins spaces to tabs and removed spaces from empty lines too). --w vodz
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 5b8ed1f0b..6972591cc 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -74,6 +74,14 @@ 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
77config CONFIG_FEATURE_FDISK_WRITABLE 85config CONFIG_FEATURE_FDISK_WRITABLE
78 bool " Write support" 86 bool " Write support"
79 default y 87 default y