Skip to content

Commit

Permalink
Added healthchecks mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
j005u committed Nov 15, 2023
1 parent 5096c50 commit 68eb21c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<td><a href="./pigeon-prerelease">Pigeon Pre-release</a></td>
<td>DJI HD FPV Goggles V1 and V2, DJI HD FPV Airunit and Caddx Vista</td>
</tr>
<tr>
<td><a href="./healthchecks/healthchecks.tar.gz">Health Checks</a></td>
<td>wtfos device health checks for the configurator</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 68eb21c

Please sign in to comment.