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:
parent
24ce6fa78e
commit
73bb634db9
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
import-lorawan-devices:
|
import-lorawan-devices:
|
||||||
docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
|
docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
|
||||||
apk add --no-cache git && \
|
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'
|
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'
|
||||||
|
Loading…
Reference in New Issue
Block a user