summaryrefslogtreecommitdiff
path: root/package/e2fsprogs/Config.in
blob: 4f80a07dc45f0e8781f0f03907de849c1f34d05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
config ADK_PACKAGE_E2FSPROGS
	prompt "e2fsprogs......................... Ext2/3/4 filesystem utilities"
	tristate
	default n
	select ADK_PACKAGE_LIBUUID
	select ADK_PACKAGE_LIBCOM_ERR
	select ADK_PACKAGE_LIBSS
	select ADK_PACKAGE_LIBBLKID
	help
	  This package contains essential ext2 filesystem utilities which consists of
	  e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2
	  filesystem utilities.

	  http://e2fsprogs.sourceforge.net/

config ADK_PACKAGE_LIBUUID
	prompt "libuuid......................... UUID library"
	depends on ADK_PACKAGE_E2FSPROGS
	tristate
	default n
	help

config ADK_PACKAGE_LIBBLKID
	prompt "libblkid........................ BlockID library"
	depends on ADK_PACKAGE_E2FSPROGS
	tristate
	default n
	help

config ADK_PACKAGE_LIBCOM_ERR
	prompt "libcom_err...................... Common error library"
	depends on ADK_PACKAGE_E2FSPROGS
	tristate
	default n
	help

config ADK_PACKAGE_LIBSS
	prompt "libss........................... Subsystem command parsing library"
	depends on ADK_PACKAGE_E2FSPROGS
	tristate
	default n
	help