Skip to content

Commit 049807f

Browse files
committed
Use latest lorawan-devices revision with LICENSE.
1 parent 91e2039 commit 049807f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import-lorawan-devices:
22
docker-compose run --rm --entrypoint bash --user root chirpstack -c '\
33
apt-get update && \
44
apt-get install -y make git && \
5-
git clone https://github.com/TheThingsNetwork/lorawan-devices /tmp/lorawan-devices && \
5+
git clone https://github.com/brocaar/lorawan-devices /tmp/lorawan-devices && \
66
chirpstack -c /etc/chirpstack import-ttn-lorawan-devices -d /tmp/lorawan-devices'

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,20 @@ PostgreSQL and Redis data is persisted in Docker volumes, see the `docker-compos
3838
Before using this `docker-compose.yml` file, make sure you have [Docker](https://www.docker.com/community-edition)
3939
installed.
4040

41-
## Importing TTN device repository
41+
## Importing device repository
4242

43-
To import the TTN [lorawan-devices](https://github.com/TheThingsNetwork/lorawan-devices)
43+
To import the [lorawan-devices](https://github.com/TheThingsNetwork/lorawan-devices)
4444
repository (optional step), run the following command:
4545

4646
```bash
4747
make import-lorawan-devices
4848
```
4949

50-
This will clone the `lorawan-devices` repository and execute the `import-ttn-lorawan-devices`
51-
command of ChirpStack. Please note that for this step you need to have the `make` command installed.
50+
This will clone the `lorawan-devices` repository and execute the import command of ChirpStack.
51+
Please note that for this step you need to have the `make` command installed.
52+
53+
**Note:** an older snapshot of the `lorawan-devices` repository is cloned as the
54+
latest revision no longer contains a `LICENSE` file.
5255

5356
## Usage
5457

0 commit comments

Comments
 (0)