From 68eb21c2880afe6737fe18780dabb414c1ca5a0e Mon Sep 17 00:00:00 2001 From: Joonas Trussmann Date: Thu, 16 Nov 2023 00:00:09 +0200 Subject: [PATCH] Added healthchecks mirror --- Makefile | 6 +++++- index.html | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09b13ee..2176897 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ OPKG_UTILS_VERSION = opkg-utils-0.5.0 OPKG_UTILS_URL = https://git.yoctoproject.org/opkg-utils/snapshot/$(OPKG_UTILS_VERSION).tar.gz OPKG_UTILS_PATH = build/$(OPKG_UTILS_VERSION) -all: build entware pigeon +all: build entware pigeon healthchecks cp index.html build/packages/index.html pigeon: @@ -34,6 +34,10 @@ entware-mirror: cd entware-armv7sf-k3.2 &&\ wget -i /tmp/entware-download.txt +healthchecks: + mkdir -p build/healthchecks/ + wget -O build/healthchecks/healthchecks.tar.gz https://github.com/fpv-wtf/wtfos-healthchecks/releases/latest/download/healthchecks.tar.gz + clean: rm -rf ./build diff --git a/index.html b/index.html index 52053f9..f102024 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,10 @@ Pigeon Pre-release DJI HD FPV Goggles V1 and V2, DJI HD FPV Airunit and Caddx Vista + + Health Checks + wtfos device health checks for the configurator +