chirpstack-docker/Makefile
Stefan Knaak 73bb634db9 Update Makefile
Update the lorawan-device report to https://github.com/brocaar/lorawan-devices
The original https://github.com/brocaar/lorawan-devices was not updatet since Oct 2022 and is missing a lot of devices.
2023-12-07 20:25:22 +01:00

6 lines
312 B
Makefile

import-lorawan-devices:
docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
apk add --no-cache git && \
git clone https://github.com/TheThingsNetwork/lorawan-devices /tmp/lorawan-devices && \
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'