sysupgrade works on the wp54
authorTravis Kemen <thepeople@openwrt.org>
Mon, 21 Mar 2011 16:52:14 +0000 (16:52 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Mon, 21 Mar 2011 16:52:14 +0000 (16:52 +0000)
SVN-Revision: 26257

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

index a0678b858da0099efec7eb47010d0bec3ef6c3a1..f067089fa176fa1aa539ecf6d95f38381c52c071 100644 (file)
@@ -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."