armbian-build/packages/extras-buildpkgs/90-mmc-utils.conf
2017-09-25 19:32:42 +03:00

18 lines
360 B
Plaintext

# mmc-utils
local package_name="mmc-utils"
local package_repo="https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git"
local package_ref="branch:master"
local package_install_target="mmc-utils"
local package_component="${release}-utils"
package_checkbuild()
{
true
}
package_checkinstall()
{
# needs to be added to the repository first
false
}