diff options
author | Sungbo Eo <mans0n@gorani.run> | 2019-10-08 22:21:13 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-07 14:33:17 +0100 |
commit | cc89c5fe2764cc4d67103491f9209aa96d4cc380 (patch) | |
tree | e799c05174cf53bee464f2a6cedfe6d9d6107237 /target/linux/ramips/mt7621/base-files/lib | |
parent | e030d162f77c816163f92024cf187eac4753d5eb (diff) | |
download | upstream-cc89c5fe2764cc4d67103491f9209aa96d4cc380.tar.gz upstream-cc89c5fe2764cc4d67103491f9209aa96d4cc380.tar.bz2 upstream-cc89c5fe2764cc4d67103491f9209aa96d4cc380.zip |
ramips: fix device name of netis WF-2881 to WF2881
The correct model name of WF-2881 is WF2881 without hyphen. The former used
boardnames are not added to SUPPORTED_DEVICES, to make it explicit that the
sysupgrade-tar image, which is newly added in the previous commit, should
not be used to upgrade from older version.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
[adjust commit title]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/mt7621/base-files/lib')
-rwxr-xr-x | target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh b/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh index eaddca0a83..465ea0a909 100755 --- a/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh @@ -49,7 +49,7 @@ platform_do_upgrade() { netgear,r6260|\ netgear,r6350|\ netgear,r6850|\ - netis,wf-2881|\ + netis,wf2881|\ xiaomi,mir3g|\ xiaomi,mir3p) nand_do_upgrade "$1" |