buildroot/package/mke2img/Config.in.host
Robert P. J. Day a241b30278 package: update some home page URLs in Config.in.host files
Some URLs for package/*/Config.in.host files could use some updating.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-18 15:59:34 +02:00

12 lines
349 B
Plaintext

config BR2_PACKAGE_HOST_MKE2IMG
bool "host mke2img"
select BR2_PACKAGE_HOST_E2FSPROGS
select BR2_PACKAGE_HOST_GENEXT2FS
help
Easily create filesystems of the extend familly: ext2/3/4.
This tool is bundled by, and specific to Buildroot. However, it can
be used from post-images scripts is needed.
https://code.google.com/p/mke2img/