diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-10-04 16:19:13 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-10-04 16:19:13 -0500 |
commit | 260a1cd04c848c3df08a80c4d6b7d92839feb63a (patch) | |
tree | 9399780e6862c212e220bfda8100762e3c176de5 /recipes-connectivity | |
parent | bef71a891e7f4c00fcddf7ebdf7ac55d7c40ab71 (diff) | |
download | meta-mlinux-260a1cd04c848c3df08a80c4d6b7d92839feb63a.tar.gz meta-mlinux-260a1cd04c848c3df08a80c4d6b7d92839feb63a.tar.bz2 meta-mlinux-260a1cd04c848c3df08a80c4d6b7d92839feb63a.zip |
mtp: use packet-forwarder config for 1.0 ref design, not 1.5
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}/ |