2010-03-01 23:59:32 +01:00
|
|
|
config BR2_PACKAGE_GENEXT2FS
|
2012-09-26 09:18:13 +02:00
|
|
|
bool "genext2fs"
|
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
help
|
|
|
|
genext2fs generates an ext2 filesystem as a normal (non-root)
|
|
|
|
user. It does not require you to mount the image file to
|
|
|
|
copy files on it, nor does it require that you become the
|
|
|
|
superuser to make device nodes.
|
2010-03-01 23:59:32 +01:00
|
|
|
|
2012-09-26 09:18:13 +02:00
|
|
|
http://genext2fs.sourceforge.net/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "genext2fs needs a toolchain w/ largefile"
|
2012-09-26 09:18:13 +02:00
|
|
|
depends on !BR2_LARGEFILE
|