summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
index ca22751..82c37f8 100644
--- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
@@ -7,7 +7,7 @@ LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=d2119120bd616e725f4580070bd9ee19"
DEPENDS = "logrotate"
RDEPENDS_${PN} += "bash"
-PR = "r0"
+PR = "r1"
# SRCREV = "100104ee350a0e469b348ac383486d311caaf5e5"
SRCREV = "V${PV}"
@@ -39,6 +39,8 @@ do_install() {
install -d ${D}${LORA_DIR}/gateway-utils-sx1303
install -m 755 ${WORKDIR}/reset_lgw.sh ${D}${LORA_DIR}/
install -m 755 packet_forwarder/lora_pkt_fwd ${D}${LORA_DIR}/lora_pkt_fwd_sx1303
+ install -m 644 packet_forwarder/global_conf.json.sx1250.US915 ${D}${LORA_DIR}/
+ install -m 644 packet_forwarder/global_conf.json.sx1250.EU868 ${D}${LORA_DIR}/
install -m 755 libloragw/test_loragw* ${D}${LORA_DIR}/gateway-utils-sx1303/
install -m 755 util_boot/boot ${D}${LORA_DIR}/forwarder-utils-sx1303/util_boot
install -m 755 util_chip_id/chip_id ${D}${LORA_DIR}/forwarder-utils-sx1303/util_chip_id