summaryrefslogtreecommitdiff
path: root/package/e2fsprogs/Config.in
blob: 2c0b4da90bd2d1cef950b8f9ccc02d33b3857448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/