Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 789 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 789 Bytes

Package (.ipk file) building resources for the ToA Lightning Detection Tracker Program for OpenWrt. It has been tested with OpenWrt Backfire 10.03.1 stable.

Building

Obtain access to any Linux box with a reasonably new environment.

Download the SDK

Download the correct SDK file from http://downloads.openwrt.org/. Extract it to a convenient folder.

Copy the source files

Copy the blitzortung_tracker folder from the package directory of this repository to the package directory inside the SDK you downloaded.

Make

Invoke make.

Done.

The .ipk file will end up as bin/<arch>/packages/blitzortung_tracker_<version>_<arch>.ipk.

Init Script

The init script is not yet part of the .ipk package file, so for now, you have to install it manually.