summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb')
-rw-r--r--recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb2
1 files changed, 2 insertions, 0 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 c5c2ab1..ca22751 100644
--- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
@@ -13,6 +13,7 @@ PR = "r0"
SRCREV = "V${PV}"
SRC_URI = "git://github.com/Lora-net/sx1302_hal.git;protocol=git;branch=master \
+ file://reset_lgw.sh \
"
@@ -36,6 +37,7 @@ do_install() {
install -d ${D}${LORA_DIR}
install -d ${D}${LORA_DIR}/forwarder-utils-sx1303
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 755 libloragw/test_loragw* ${D}${LORA_DIR}/gateway-utils-sx1303/
install -m 755 util_boot/boot ${D}${LORA_DIR}/forwarder-utils-sx1303/util_boot