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.
This commit is contained in:
Stefan Knaak 2023-12-07 20:25:22 +01:00
parent 24ce6fa78e
commit 73bb634db9

View File

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