1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-24 20:35:31 +00:00

Fix some build errors (#146)

* Fix folder

* Add tinker board to build all

* Fix download URL

* Revert uart patch

* Fix link p2

* Fix cmdline
This commit is contained in:
Pascal Vizeli
2018-08-06 00:51:12 +02:00
committed by GitHub
parent c5e85a625f
commit 1dc2392f15
9 changed files with 37 additions and 89 deletions

View File

@@ -3,7 +3,7 @@ set -e
mkdir -p /build/release
all_platforms=(ova rpi rpi0_w rpi2 rpi3 rpi3_64)
all_platforms=(ova rpi rpi0_w rpi2 rpi3 rpi3_64 tinker)
for platform in "${all_platforms[@]}"; do
make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external \
${platform}_defconfig