2014-01-15 13:55:54 +01:00
|
|
|
config BR2_PACKAGE_MMC_UTILS
|
|
|
|
bool "mmc-utils"
|
|
|
|
depends on BR2_LARGEFILE
|
2014-03-01 15:53:08 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
2014-01-15 13:55:54 +01:00
|
|
|
help
|
|
|
|
MMC utils
|
|
|
|
|
|
|
|
https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git
|
|
|
|
|
2014-03-01 15:53:08 +01:00
|
|
|
comment "mmc-utils needs a toolchain w/ largefile, headers >= 3.0"
|
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|