docs/buildroot.html: fix typo
[avatt.git] / package / e2fsprogs / Config.in
blobd353fd9c8684ed55d25b21182ff49cbf98167973
1 config BR2_PACKAGE_E2FSPROGS
2         bool "e2fsprogs"
3         depends on BR2_LARGEFILE
4         help
5           The EXT2 file system utilities and libraries
7 config BR2_PACKAGE_E2FSPROGS_BADBLOCKS
8         bool "badblocks"
9         default y
10         depends on BR2_PACKAGE_E2FSPROGS
12 config BR2_PACKAGE_E2FSPROGS_BLKID
13         bool "blkid"
14         default y
15         depends on BR2_PACKAGE_E2FSPROGS
17 config BR2_PACKAGE_E2FSPROGS_CHATTR
18         bool "chattr"
19         default y
20         depends on BR2_PACKAGE_E2FSPROGS
22 config BR2_PACKAGE_E2FSPROGS_DUMPE2FS
23         bool "dumpe2fs"
24         default y
25         depends on BR2_PACKAGE_E2FSPROGS
27 config BR2_PACKAGE_E2FSPROGS_E2FSCK
28         bool "e2fsck"
29         default y
30         depends on BR2_PACKAGE_E2FSPROGS
32 config BR2_PACKAGE_E2FSPROGS_E2LABEL
33         bool "e2label"
34         default y
35         depends on BR2_PACKAGE_E2FSPROGS
37 config BR2_PACKAGE_E2FSPROGS_FILEFRAG
38         bool "filefrag"
39         default y
40         depends on BR2_PACKAGE_E2FSPROGS
42 config BR2_PACKAGE_E2FSPROGS_FINDFS
43         bool "findfs"
44         default y
45         depends on BR2_PACKAGE_E2FSPROGS
46         select BR2_PACKAGE_E2FSPROGS_E2LABEL
48 config BR2_PACKAGE_E2FSPROGS_FSCK
49         bool "fsck"
50         default y
51         depends on BR2_PACKAGE_E2FSPROGS
53 config BR2_PACKAGE_E2FSPROGS_LOGSAVE
54         bool "logsave"
55         default y
56         depends on BR2_PACKAGE_E2FSPROGS
58 config BR2_PACKAGE_E2FSPROGS_LSATTR
59         bool "chattr"
60         default y
61         depends on BR2_PACKAGE_E2FSPROGS
63 config BR2_PACKAGE_E2FSPROGS_MKE2FS
64         bool "mke2fs"
65         default y
66         depends on BR2_PACKAGE_E2FSPROGS
68 config BR2_PACKAGE_E2FSPROGS_MKLOSTFOUND
69         bool "mklost+found"
70         default y
71         depends on BR2_PACKAGE_E2FSPROGS
73 config BR2_PACKAGE_E2FSPROGS_TUNE2FS
74         bool "tune2fs"
75         default y
76         depends on BR2_PACKAGE_E2FSPROGS
77         select BR2_PACKAGE_E2FSPROGS_E2LABEL
79 config BR2_PACKAGE_E2FSPROGS_UUIDGEN
80         bool "uuidgen"
81         default y
82         depends on BR2_PACKAGE_E2FSPROGS
84 comment "e2fsprogs requires a toolchain with LARGEFILE support"
85         depends on !BR2_LARGEFILE