diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-13 13:49:41 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-13 15:46:25 -0500 |
commit | 50a23c9084d121a20651089f3ad939d01f9ca4c6 (patch) | |
tree | 66cfd7410a071e93ecdbad59201b9b062fc280d3 /conf | |
parent | 86dc1fa1f676e23928312f6d1c38559c6dacaae1 (diff) | |
download | meta-multitech-50a23c9084d121a20651089f3ad939d01f9ca4c6.tar.gz meta-multitech-50a23c9084d121a20651089f3ad939d01f9ca4c6.tar.bz2 meta-multitech-50a23c9084d121a20651089f3ad939d01f9ca4c6.zip |
feat: add preferred versions of lora packet-forwarder
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mtcdt.conf | 1 | ||||
-rw-r--r-- | conf/machine/mtp.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 5d4575c..8cb31e9 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -39,3 +39,4 @@ UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" PREFERRED_VERSION_lora-gateway = '1.7.0mts' +PREFERRED_VERSION_lora-packet-forwarder = '1.4.1' diff --git a/conf/machine/mtp.conf b/conf/machine/mtp.conf index ffcde51..2e17f2d 100644 --- a/conf/machine/mtp.conf +++ b/conf/machine/mtp.conf @@ -39,3 +39,4 @@ UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" PREFERRED_VERSION_lora-gateway = '4.0.1' +PREFERRED_VERSION_lora-packet-forwarder = '3.0.0' |