From 260a1cd04c848c3df08a80c4d6b7d92839feb63a Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Tue, 4 Oct 2016 16:19:13 -0500 Subject: mtp: use packet-forwarder config for 1.0 ref design, not 1.5 --- recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb index acb1f74..82b1f37 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb @@ -31,7 +31,7 @@ do_compile() { do_install() { install -d ${D}${LORA_DIR} install -m 755 lora_pkt_fwd/lora_pkt_fwd ${D}${LORA_DIR}/ - install -m 755 lora_pkt_fwd/cfg/global_conf.json.PCB_E336.EU868.basic ${D}${LORA_DIR}/global_conf.json + install -m 755 lora_pkt_fwd/cfg/global_conf.json.PCB_E286.EU868.basic ${D}${LORA_DIR}/global_conf.json install -m 755 ${WORKDIR}/local_conf.json ${D}${LORA_DIR}/ install -m 755 util_sink/util_sink ${D}${LORA_DIR}/ -- cgit v1.2.3