aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
authorMatthew Hagan <mnhagan88@gmail.com>2022-06-14 10:08:22 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-06-19 12:31:02 +0200
commit811538ab2240f3d0a62312f0050b607f1154bf47 (patch)
tree4d98e341ff47daefca7600fc70a2442068c11afe /target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
parent5f7828fcc274ec7c381298c92cf3a946182168a0 (diff)
downloadupstream-811538ab2240f3d0a62312f0050b607f1154bf47.tar.gz
upstream-811538ab2240f3d0a62312f0050b607f1154bf47.tar.bz2
upstream-811538ab2240f3d0a62312f0050b607f1154bf47.zip
ipq40xx: add support for Meraki MR74
The Meraki MR74 is part of the "Insect" series. This device is essentially an outdoor variant of the MR33 with identical hardware, but requiring a config@3 DTS option to be set to allow booting with the stock u-boot. The install procedure is replicated from the MR33, with the exception being that the MR74 sysupgrade image must be used. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/base-files/lib/upgrade/platform.sh')
-rw-r--r--target/linux/ipq40xx/base-files/lib/upgrade/platform.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
index 8a6702df4e..4b320209a3 100644
--- a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
@@ -165,7 +165,8 @@ platform_do_upgrade() {
linksys,whw01-v1)
platform_do_upgrade_linksys "$1"
;;
- meraki,mr33)
+ meraki,mr33 |\
+ meraki,mr74)
CI_KERNPART="part.safe"
nand_do_upgrade "$1"
;;