ar71xx: fix upgrade platform check for Compex WPJ558

The magic number was wrong and always marked the images as invalid.

Signed-off-by: Enrique Giraldo <enrique.giraldo@galgus.net>
master
Enrique Giraldo 7 years ago committed by Piotr Dymacz
parent befc763ed1
commit afcf5f69be
  1. 2
      target/linux/ar71xx/base-files/lib/upgrade/platform.sh

@ -287,6 +287,7 @@ platform_check_image() {
wpj342|\
wpj344|\
wpj531|\
wpj558|\
wpj563|\
wrt400n|\
wrtnode2q|\
@ -323,7 +324,6 @@ platform_check_image() {
hornet-ub|\
mr12|\
mr16|\
wpj558|\
zbt-we1526|\
zcn-1523h-2|\
zcn-1523h-5)

Loading…
Cancel
Save