diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-25 10:23:32 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-25 10:25:31 +0100 |
commit | 67c28dde09b4ab370971b58e330842247cef0d99 (patch) | |
tree | 231fe223988e10c8ef4bec0934005e4a01dc76dd /target/linux | |
parent | e7c399bee677e9bac66e1bea697aefb8d828edfe (diff) | |
download | upstream-67c28dde09b4ab370971b58e330842247cef0d99.tar.gz upstream-67c28dde09b4ab370971b58e330842247cef0d99.tar.bz2 upstream-67c28dde09b4ab370971b58e330842247cef0d99.zip |
bmips: sercomm,h500-s: fix upgrade
Sercomm H500-s devices don't need the JFFS2 cleanmarkers as opposed to the
other bmips NAND devices.
Fixes: 6df12200d903 ("bmips: add support for Sercomm H-500s")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bmips/nand/base-files/lib/upgrade/platform.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/bmips/nand/base-files/lib/upgrade/platform.sh b/target/linux/bmips/nand/base-files/lib/upgrade/platform.sh index 69901eb29c..33217ed975 100644 --- a/target/linux/bmips/nand/base-files/lib/upgrade/platform.sh +++ b/target/linux/bmips/nand/base-files/lib/upgrade/platform.sh @@ -47,9 +47,7 @@ platform_do_upgrade() { case "$(board_name)" in comtrend,vr-3032u|\ huawei,hg253s-v2|\ - netgear,dgnd3700-v2|\ - sercomm,h500-s-lowi|\ - sercomm,h500-s-vfes) + netgear,dgnd3700-v2) cfe_jffs2_nand_upgrade "$1" ;; *) |