diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2014-01-15 13:55:54 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-15 15:00:46 +0100 |
commit | 84179df8ae19657228583a394675a19eb96e8b8c (patch) | |
tree | 8ed6a870942bcf6fbe37edd9913bcf9ba5a50c31 /package/mmc-utils/Config.in | |
parent | ab5c9c36ca5e8f62ae2fae2e3510d5923d888e52 (diff) | |
download | buildroot-84179df8ae19657228583a394675a19eb96e8b8c.tar.gz buildroot-84179df8ae19657228583a394675a19eb96e8b8c.zip |
mmc-utils: new package
mmc-utils provides tools to manipulate mmc device registers.
[Peter: drop uninstall, move to filesystem and flash utilities]
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mmc-utils/Config.in')
-rw-r--r-- | package/mmc-utils/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mmc-utils/Config.in b/package/mmc-utils/Config.in new file mode 100644 index 0000000000..07650c8a15 --- /dev/null +++ b/package/mmc-utils/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_MMC_UTILS + bool "mmc-utils" + depends on BR2_LARGEFILE + help + MMC utils + + https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git + +comment "mmc-utils needs a toolchain w/ largefile" + depends on !BR2_LARGEFILE |