mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
using upstream platformio and avrdude
This commit is contained in:
parent
9e8eb3520f
commit
d919847e8b
4
PKGBUILD
4
PKGBUILD
@ -122,6 +122,8 @@ optdepends=(
|
||||
conflicts=(
|
||||
python-pikvm
|
||||
python-aiohttp-pikvm
|
||||
platformio
|
||||
avrdude-pikvm
|
||||
)
|
||||
makedepends=(
|
||||
python-setuptools
|
||||
@ -206,7 +208,7 @@ for _variant in "${_variants[@]}"; do
|
||||
)
|
||||
|
||||
if [[ $_base == v0 ]]; then
|
||||
depends=(\"\${depends[@]}\" platformio avrdude-pikvm make patch)
|
||||
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
|
||||
fi
|
||||
|
||||
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user