diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-19 11:06:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-19 11:06:20 +0000 |
commit | 1be01072e969816b6fbb5a945e15a429d91e2cfc (patch) | |
tree | a4bcdd63cc0ab81a490f76c910e38cfe64c1ab72 | |
parent | 84bdea8cb246c2cb3e28724bab253db12e51884a (diff) | |
download | busybox-w32-1be01072e969816b6fbb5a945e15a429d91e2cfc.tar.gz busybox-w32-1be01072e969816b6fbb5a945e15a429d91e2cfc.tar.bz2 busybox-w32-1be01072e969816b6fbb5a945e15a429d91e2cfc.zip |
Do not select LFS
-rw-r--r-- | util-linux/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 6972591cc..24d548726 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -78,7 +78,6 @@ config FDISK_SUPPORT_LARGE_DISKS | |||
78 | bool " support over 4GB disks" | 78 | bool " support over 4GB disks" |
79 | default y | 79 | default y |
80 | depends on CONFIG_FDISK | 80 | depends on CONFIG_FDISK |
81 | select CONFIG_LFS | ||
82 | help | 81 | help |
83 | Enable this option to support large disks > 4GB. | 82 | Enable this option to support large disks > 4GB. |
84 | 83 | ||