mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
17 lines
314 B
Plaintext
17 lines
314 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()
|
|
{
|
|
true
|
|
}
|