14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
menuconfig BR2_PACKAGE_HOST_E2FSPROGS
|
|
bool "host e2fsprogs"
|
|
select BR2_PACKAGE_HOST_UTIL_LINUX
|
|
help
|
|
The EXT2/3/4 file system utilities.
|
|
|
|
http://e2fsprogs.sourceforge.net
|
|
|
|
if BR2_PACKAGE_HOST_E2FSPROGS
|
|
config BR2_PACKAGE_HOST_E2FSPROGS_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|