first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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()
{
[[ $RELEASE != xenial && $RELEASE != bullseye && $RELEASE != bookworm ]]
}
package_checkinstall()
{
[[ $RELEASE != bullseye && $RELEASE != bookworm ]]
}