[openwrt/openwrt] ipq40xx: ZTE MF287 fix sysupgrade
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 25 12:03:35 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/39320d4b58b80dea7bef7137d869d79466b25abe
commit 39320d4b58b80dea7bef7137d869d79466b25abe
Author: Andreas Böhler <dev at aboehler.at>
AuthorDate: Mon Sep 25 20:16:22 2023 +0200
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 at aboehler.at>
(cherry picked from commit 964b576fc133019d0379983df597e4eb343cd635)
---
target/linux/ipq40xx/base-files/lib/upgrade/platform.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
index 97f14b45f9..647ffc5c43 100644
--- a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
@@ -212,6 +212,7 @@ platform_do_upgrade() {
teltonika,rutx50 |\
zte,mf18a |\
zte,mf286d |\
+ zte,mf287 |\
zte,mf287plus |\
zte,mf287pro |\
zte,mf289f)
More information about the lede-commits
mailing list