Automated build of OpenWrt based firmware
Go to file
Daniel Gröber 524bb9a8be aps: Rename IMAGEDIR envvar to IMAGESDIR 2018-09-02 21:28:01 +02:00
control aps: Upgrade to OpenWrt 16.06.0 2018-08-03 22:41:13 +02:00
files aps: Apply key on all interfaces separately 2018-05-06 21:48:48 +02:00
images aps: Release v0.20180506 2018-05-06 22:03:01 +02:00
.gitignore Automate access-point image build 2017-10-04 22:33:53 +02:00
Makefile aps: Upgrade to OpenWrt 16.06.0 2018-08-03 22:41:13 +02:00
README.md aps: Improve documentation 2018-09-02 21:27:01 +02:00
build-image.sh aps: Rename IMAGEDIR envvar to IMAGESDIR 2018-09-02 21:28:01 +02:00
doc-ap-reset.txt Automate access-point image build 2017-10-04 22:33:53 +02:00

README.md

ITS WiFi Access Points Setup

We build the access points in use at the space using the LEDE/OpenWrt image builder. The deployed images are completely hands-off. No configuration of the running firmware should be necessary as all the device specific setup is done using /etc/uci-defaults/ by keying off the device's MAC address.

See files/common/its/etc/uci-defaults/50-config-from-mac for details.

Building Images

The [Makefile][./Makefile] provides a target for each device type we have images for, to build images for all devices at the space you can use:

$ make its
[...]
Wrote images to images/v0.20180506-3-g115cc99-dirty

the resulting sysupgrade images land in a directory in images/. The symlink images/latest points to the directory of the image built most recently. The build system also produces a *.image-manifest file which contains the URL to the ImageBuilder used as well its hash and the corresponding image's hash.

Each produced image file contains the target, subtarget and profile names for the targeted device (among other things), for example the Ubiquity UniFi AC Lite's image is called *-ar71xx-generic-ubnt-unifiac-lite*-sysupgrade.bin standing for TARGET=ar71xx, SUBTARGET=generic, PROFILE=ubnt-unifiac-lite.

These images can then be deployed by copying them to the respective device in /tmp using scp and then running, over ssh:

# sysupgrade -n /tmp/*-sysupgrade.bin

If this fails for some reason and the target device is subsequently bricked so bad it cannot even boot into failsafe mode any more, see OpenWrt Debricking Guide.

Using Released Binaries

The offically released and deployed images are available in this repo in the images/ directory. They need to be retrived from an internal server using git annex before they can be accessed. The public git repo only contains their hashes.

We also use git-annex to add the secrets used for generating the images to the repo, which will then only be available to authorized people using the internal git-annex store. For an example, see files/common/its/etc/uci-defaults/51-secrets. This file just sets up secrets, such as the WiFi/root password.