diff options
author | Maxim Devaev <[email protected]> | 2024-02-18 00:53:05 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-02-18 00:53:05 +0200 |
commit | 748b52e5a025dd7ca450feea88ab9268ece0fbc2 (patch) | |
tree | 285ddf04298bf19d2b278ccfb92b3fa0fa5b4975 | |
parent | 77857a61f33cd1b2f5463ebec1de3ea4145cc447 (diff) |
Added flashrom-pikvm as dep for v4plus
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -210,6 +210,8 @@ for _variant in "${_variants[@]}"; do if [[ $_base == v0 ]]; then depends=(\"\${depends[@]}\" platformio-core avrdude make patch) + elif [[ $_base == v4plus ]]; then + depends=(\"\${depends[@]}\" flashrom-pikvm) fi if [[ $_platform =~ ^.*-hdmiusb$ ]]; then |