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=(
|
conflicts=(
|
||||||
python-pikvm
|
python-pikvm
|
||||||
python-aiohttp-pikvm
|
python-aiohttp-pikvm
|
||||||
|
platformio
|
||||||
|
avrdude-pikvm
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
python-setuptools
|
python-setuptools
|
||||||
@ -206,7 +208,7 @@ for _variant in "${_variants[@]}"; do
|
|||||||
)
|
)
|
||||||
|
|
||||||
if [[ $_base == v0 ]]; then
|
if [[ $_base == v0 ]]; then
|
||||||
depends=(\"\${depends[@]}\" platformio avrdude-pikvm make patch)
|
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user