From 73bb634db946303fd08960de96d17f0b55efa038 Mon Sep 17 00:00:00 2001 From: Stefan Knaak Date: Thu, 7 Dec 2023 20:25:22 +0100 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ed7277..e1249a7 100644 --- a/Makefile +++ b/Makefile @@ -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'