package/opencv: fix build failure on x86
[buildroot-gz.git] / package / genext2fs / Config.in
blobc8b56350c06ed64d49b4f32f8dc6703ba2cb1031
1 config BR2_PACKAGE_GENEXT2FS
2         bool "genext2fs"
3         depends on BR2_LARGEFILE
4         help
5           genext2fs generates an ext2 filesystem as a normal (non-root)
6           user.  It does not require you to mount the image file to
7           copy files on it, nor does it require that you become the
8           superuser to make device nodes.
10           http://genext2fs.sourceforge.net/
12 comment "genext2fs needs a toolchain w/ largefile"
13         depends on !BR2_LARGEFILE