aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 25c7a1efc..a1e843a3d 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -159,7 +159,7 @@ config FINDFS
159 package. However, the e2fsprogs version only support ext2/3. This 159 package. However, the e2fsprogs version only support ext2/3. This
160 version supports those in addition to FAT, swap, and ReiserFS. 160 version supports those in addition to FAT, swap, and ReiserFS.
161 WARNING: 161 WARNING:
162 With all submodules selected, it will add ~11k to busybox. 162 With all submodules selected, it will add ~9k to busybox.
163 163
164config FREERAMDISK 164config FREERAMDISK
165 bool "freeramdisk" 165 bool "freeramdisk"
@@ -518,19 +518,20 @@ config FEATURE_VOLUMEID_MINIX
518 help 518 help
519 TODO 519 TODO
520 520
521config FEATURE_VOLUMEID_MAC 521### These only detect partition tables - not used (yet?)
522 bool "mac filesystem" 522### config FEATURE_VOLUMEID_MAC
523 default n 523### bool "mac filesystem"
524 depends on VOLUMEID 524### default n
525 help 525### depends on VOLUMEID
526 TODO 526### help
527 527### TODO
528config FEATURE_VOLUMEID_MSDOS 528###
529 bool "msdos filesystem" 529### config FEATURE_VOLUMEID_MSDOS
530 default n 530### bool "msdos filesystem"
531 depends on VOLUMEID 531### default n
532 help 532### depends on VOLUMEID
533 TODO 533### help
534### TODO
534 535
535config FEATURE_VOLUMEID_OCFS2 536config FEATURE_VOLUMEID_OCFS2
536 bool "ocfs2 filesystem" 537 bool "ocfs2 filesystem"
@@ -638,7 +639,6 @@ config FEATURE_MOUNT_LABEL
638 bool "Support specifiying devices by label or UUID" 639 bool "Support specifiying devices by label or UUID"
639 default n 640 default n
640 depends on MOUNT 641 depends on MOUNT
641 select FINDFS
642 help 642 help
643 This allows for specifying a device by label or uuid, rather than by 643 This allows for specifying a device by label or uuid, rather than by
644 name. This feature utilizes the same functionality as findfs. 644 name. This feature utilizes the same functionality as findfs.