summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-09-09 14:49:54 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-09-09 14:49:54 -0500
commite26145f9abfe37b7212f7c766425a0bf13a197ed (patch)
tree1215364f8444464784b3ce8ba903446468cdd7b2 /conf
parentb8dc3c5026533fff6085448b824a23b0107a6d47 (diff)
downloadmeta-multitech-atmel-e26145f9abfe37b7212f7c766425a0bf13a197ed.tar.gz
meta-multitech-atmel-e26145f9abfe37b7212f7c766425a0bf13a197ed.tar.bz2
meta-multitech-atmel-e26145f9abfe37b7212f7c766425a0bf13a197ed.zip
feat: add preferred versions of lora-gateway
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/mtcdt.conf2
-rw-r--r--conf/machine/mtp.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf
index f7c5ebd..d662a72 100644
--- a/conf/machine/mtcdt.conf
+++ b/conf/machine/mtcdt.conf
@@ -37,3 +37,5 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n
UBOOT_ENTRYPOINT = "0x20008000"
UBOOT_LOADADDRESS = "0x20008000"
+
+PREFERRED_VERSION_lora-gateway = '1.7.0mts'
diff --git a/conf/machine/mtp.conf b/conf/machine/mtp.conf
index 2582489..00b4290 100644
--- a/conf/machine/mtp.conf
+++ b/conf/machine/mtp.conf
@@ -37,3 +37,5 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n
UBOOT_ENTRYPOINT = "0x20008000"
UBOOT_LOADADDRESS = "0x20008000"
+
+PREFERRED_VERSION_lora-gateway = '4.0.1'