diff options
| author | Andreas Böhler <dev@aboehler.at> | 2023-09-25 20:16:22 +0200 |
|---|---|---|
| committer | Andreas Böhler <dev@aboehler.at> | 2023-09-25 20:18:04 +0200 |
| commit | 964b576fc133019d0379983df597e4eb343cd635 (patch) | |
| tree | 6419fcfa7c4ace84a64d0fc84e0a7195600329c7 /target/linux | |
| parent | ab015abd4a03b8e9ef83d1b01cc2038d9ced9dec (diff) | |
| download | upstream-964b576fc133019d0379983df597e4eb343cd635.tar.gz upstream-964b576fc133019d0379983df597e4eb343cd635.tar.bz2 upstream-964b576fc133019d0379983df597e4eb343cd635.zip | |
ipq40xx: ZTE MF287 fix sysupgrade
While refactoring support for the MF287 series, an entry in platform.sh
was overlooked - this fixes sysupgrade on this devices.
Signed-off-by: Andreas Böhler <dev@aboehler.at>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq40xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh index 32a25a28f26..aa64fb9379f 100644 --- a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh @@ -215,6 +215,7 @@ platform_do_upgrade() { teltonika,rutx50 |\ zte,mf18a |\ zte,mf286d |\ + zte,mf287 |\ zte,mf287plus |\ zte,mf287pro |\ zte,mf289f) |
