Browse Source

sysupgrade works on the wp54

SVN-Revision: 26257
Travis Kemen 15 years ago
parent
commit
e9fdc5c981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/adm5120/base-files/lib/upgrade/platform.sh

+ 1 - 1
target/linux/adm5120/base-files/lib/upgrade/platform.sh

@@ -13,7 +13,7 @@ platform_check_image() {
 	[ "$ARGC" -gt 1 ] && return 1
 
 	case "$board_name" in
-	"ZyXEL"*)
+	"ZyXEL"*|"Compex WP54 family")
 		# .trx files
 		[ "$magic" != "4844" ] && {
 			echo "Invalid image type."