mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 01:21:54 +08:00
Added flashrom-pikvm as dep for v4plus
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -210,6 +210,8 @@ for _variant in "${_variants[@]}"; do
|
|||||||
|
|
||||||
if [[ $_base == v0 ]]; then
|
if [[ $_base == v0 ]]; then
|
||||||
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
|
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
|
||||||
|
elif [[ $_base == v4plus ]]; then
|
||||||
|
depends=(\"\${depends[@]}\" flashrom-pikvm)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user