Skip to content

Commit 36f5b3a

Browse files
committed
Update LoRaWAN devices repository import script.
1 parent 6a589c2 commit 36f5b3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta/recipes-ttn/lorawan-devices/lorawan-devices/import-lorawan-devices.init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
NAME="import-lorawan-devices"
4-
DESC="Import TTN LoRaWAN device repository"
4+
DESC="Import LoRaWAN devices repository"
55
DAEMON_BIN=/opt/lorawan-devices/$NAME
66
DAEMON_PID=/var/run/$NAME.pid
77

meta/recipes-ttn/lorawan-devices/lorawan-devices/import-lorawan-devices.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ do_import_lorawan_devices() {
55
# We will retry until success.
66
while :
77
do
8-
chirpstack -c /etc/chirpstack import-ttn-lorawan-devices -d /opt/lorawan-devices
8+
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
99
RET=$?
1010
if [ $RET -eq 0 ]; then
1111
cp /opt/lorawan-devices/SRCREV /opt/lorawan-devices/SRCREV.lastimport

meta/recipes-ttn/lorawan-devices/lorawan-devices_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
44
LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
55

66
SRC_URI = "\
7-
git://git@github.com/TheThingsNetwork/lorawan-devices.git;protocol=ssh;branch=master \
7+
git://git@github.com/brocaar/lorawan-devices.git;protocol=ssh;branch=master \
88
file://import-lorawan-devices.init \
99
file://import-lorawan-devices.sh \
1010
"

0 commit comments

Comments
 (0)