[openwrt/openwrt] mediatek: fix sysupgrade error for WR30U
LEDE Commits
lede-commits at lists.infradead.org
Thu May 23 12:59:24 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/9f9b600cd615a56c0839a58a4641beb4a90fa9e9
commit 9f9b600cd615a56c0839a58a4641beb4a90fa9e9
Author: Hank Moretti <mchank9999 at gmail.com>
AuthorDate: Mon Aug 28 15:45:05 2023 +0000
mediatek: fix sysupgrade error for WR30U
The NMBM-Enabled layout did not use fit image,
it just need default process. So it was been removed in platform.sh.
It will fix sysupgrade error for xiaomi,mi-router-wr30u-112m-nmbm.
Signed-off-by: Hank Moretti <mchank9999 at gmail.com>
(cherry picked from commit 02214ab8dce59ee6b599f8dfdacb0297dc5dcc24)
---
target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh b/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh
index 3a508acfd9..693d5753a5 100755
--- a/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh
+++ b/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh
@@ -124,7 +124,6 @@ platform_do_upgrade() {
tplink,tl-xdr6086|\
tplink,tl-xdr6088|\
xiaomi,mi-router-ax3000t-ubootmod|\
- xiaomi,mi-router-wr30u-112m-nmbm|\
xiaomi,mi-router-wr30u-ubootmod|\
xiaomi,redmi-router-ax6000-ubootmod)
CI_KERNPART="fit"
More information about the lede-commits
mailing list