mirror of https://github.com/armbian/build.git
6 lines
212 B
Bash
6 lines
212 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
function fetch_sources_tools__amlogic-fip-blobs() {
|
||
|
|
fetch_from_repo "https://github.com/retro98boy/amlogic-fip-blobs" "amlogic-fip-blobs" "commit:f090bd4a5420c12f8ef5932c472afee9fb590787"
|
||
|
|
}
|