0f417e2898
Let's also switch to a _SITE that can be accessed from a web browser and results to be the official one for mmc-utils. The license file we use is a header, so it changes every now and then, even when the licenins terms do not. Switch to using README instead, as it identifies the license (albeit just by name, b ut that's enough for us), which is still GPL-2.0 (only). Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> [yann.morin.1998@free.fr: switch to README] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
22 lines
595 B
Plaintext
22 lines
595 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/pub/scm/utils/mmc/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
|