armbian-next: allow overriding rkbins repo URL with RKBIN_GIT_URL

This commit is contained in:
Ricardo Pardini
2022-06-24 18:06:56 +02:00
parent 6d2c00613c
commit 3c5021b438

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
function fetch_sources_tools__rkbin_tools() {
fetch_from_repo "https://github.com/armbian/rkbin" "rkbin-tools" "branch:master"
fetch_from_repo "${RKBIN_GIT_URL:-"https://github.com/armbian/rkbin"}" "rkbin-tools" "branch:master"
}
function build_host_tools__install_rkbin_tools() {