File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
meta/recipes-ttn/lorawan-devices Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
33NAME=" import-lorawan-devices"
4- DESC=" Import TTN LoRaWAN device repository"
4+ DESC=" Import LoRaWAN devices repository"
55DAEMON_BIN=/opt/lorawan-devices/$NAME
66DAEMON_PID=/var/run/$NAME .pid
77
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
44LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
55
66SRC_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"
You can’t perform that action at this time.
0 commit comments