xref: /OK3568_Linux_fs/buildroot/package/genext2fs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GENEXT2FS
2	bool "genext2fs"
3	help
4	  genext2fs generates an ext2 filesystem as a normal (non-root)
5	  user. It does not require you to mount the image file to
6	  copy files on it, nor does it require that you become the
7	  superuser to make device nodes.
8
9	  http://genext2fs.sourceforge.net/
10