diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mtcap.conf | 3 | ||||
-rw-r--r-- | conf/machine/mtcdt.conf | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/mtcap.conf b/conf/machine/mtcap.conf index ffcce27..d6558d1 100644 --- a/conf/machine/mtcap.conf +++ b/conf/machine/mtcap.conf @@ -38,6 +38,3 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" - -PREFERRED_VERSION_lora-gateway = '4.0.1' -PREFERRED_VERSION_lora-packet-forwarder = '3.0.0' diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 83a47a4..028adb6 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -39,7 +39,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_rs9113 = '1.5.0' +PREFERRED_VERSION_rs9113 = '1.5.5' PRINC ?= "0" |