sysupgrade works on the wp54
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Mar 2011 16:52:14 +0000 (16:52 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Mar 2011 16:52:14 +0000 (16:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26257 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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