summaryrefslogtreecommitdiffstats
path: root/rules/host-e2fsprogs.in
blob: a2f454072d925900a260856b2733ac95a2e9ab06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menuconfig HOST_E2FSPROGS
	bool
	prompt "e2fsprogs               "
	help
	  Useful Hosttools for management of ext2 and ext3 filesystems

config HOST_E2FSPROGS_TUNE2FS
	bool
	prompt "tune2fs"
	depends on HOST_E2FSPROGS
	help
	  Tune2fs can read and set various aspects of a ext2/3 filesystem

config HOST_E2FSPROGS_RESIZE2FS
	bool
	prompt "resize2fs"
	depends on HOST_E2FSPROGS
	help
	  Resize2fs can be used to resize an ext2/3 filesystem offline