diff options
author | John Klug <john.klug@multitech.com> | 2019-02-12 16:11:08 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | a3e822e69b8d89d32f1dd516353cd96331414e55 (patch) | |
tree | 31c74f05762eed2175aff353f9eec1bdbbcf7a22 | |
parent | 0259c3ca1157ada0c8c9773f03ce722b68d5928e (diff) | |
download | meta-multitech-a3e822e69b8d89d32f1dd516353cd96331414e55.tar.gz meta-multitech-a3e822e69b8d89d32f1dd516353cd96331414e55.tar.bz2 meta-multitech-a3e822e69b8d89d32f1dd516353cd96331414e55.zip |
Bump the rs9113 preferred version to 1.6.1
-rw-r--r-- | conf/machine/mtcap.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtcdt.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtr.conf | 3 | ||||
-rw-r--r-- | conf/machine/mtrv1.conf | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/mtcap.conf b/conf/machine/mtcap.conf index 80b5a9a..f4e7228 100644 --- a/conf/machine/mtcap.conf +++ b/conf/machine/mtcap.conf @@ -38,7 +38,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_rs9113 = '1.6.0' +PREFERRED_VERSION_rs9113 = '1.6.1' PRINC ?= "0" diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 7071ebc..9da92cb 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.6.0' +PREFERRED_VERSION_rs9113 = '1.6.1' PRINC ?= "0" diff --git a/conf/machine/mtr.conf b/conf/machine/mtr.conf index dc3f7c8..7f8ab5e 100644 --- a/conf/machine/mtr.conf +++ b/conf/machine/mtr.conf @@ -39,7 +39,8 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_rs9113 = '1.5.5' +# No rs9113 for mtr +PREFERRED_VERSION_rs9113 = '1.6.1' PRINC ?= "0" diff --git a/conf/machine/mtrv1.conf b/conf/machine/mtrv1.conf index 93b29c8..7b035be 100644 --- a/conf/machine/mtrv1.conf +++ b/conf/machine/mtrv1.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.5' +PREFERRED_VERSION_rs9113 = '1.6.1' PRINC ?= "0" |