diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-05-19 11:06:20 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-05-19 11:06:20 +0000 |
commit | e131fed0d825a425913d770efa122a51f1f66d51 (patch) | |
tree | a4bcdd63cc0ab81a490f76c910e38cfe64c1ab72 | |
parent | d6eb41508c1404c24d6bdffc2b439f2bce261f73 (diff) | |
download | busybox-w32-e131fed0d825a425913d770efa122a51f1f66d51.tar.gz busybox-w32-e131fed0d825a425913d770efa122a51f1f66d51.tar.bz2 busybox-w32-e131fed0d825a425913d770efa122a51f1f66d51.zip |
Do not select LFS
git-svn-id: svn://busybox.net/trunk/busybox@8864 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | ||