c0394cc454
Drop first patch, upstreamed: https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/commit/?id=520f54eb94845e597837ae908a03b91ae8c8758f Depends on kernel headers >= 4.4 for struct mmc_ioc_multi_cmd Fixes: http://autobuild.buildroot.net/results/01f78081a50743d1faa50a090c00b7e90a17fa39 Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
22 lines
603 B
Plaintext
22 lines
603 B
Plaintext
config BR2_PACKAGE_MMC_UTILS
|
|
bool "mmc-utils"
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
help
|
|
MMC utils
|
|
|
|
https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git
|
|
|
|
if BR2_PACKAGE_MMC_UTILS
|
|
|
|
config BR2_PACKAGE_MMC_UTILS_ENABLE_DANGEROUS_COMMANDS
|
|
bool "Enable dangerous commands"
|
|
help
|
|
Enable support for dangerous commands in mmc-utils. mmc-utils
|
|
considers turning on permanent write protection on a device a
|
|
"dangerous command" and doesn't offer it by default.
|
|
|
|
endif
|
|
|
|
comment "mmc-utils needs a toolchain w/ headers >= 4.4"
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|