From: thepeople Date: Mon, 21 Mar 2011 16:52:14 +0000 (+0000) Subject: sysupgrade works on the wp54 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=d3db86b4ccd34e69dab0ae6fb2baf0304645866c sysupgrade works on the wp54 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26257 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/adm5120/base-files/lib/upgrade/platform.sh b/target/linux/adm5120/base-files/lib/upgrade/platform.sh index a0678b858d..f067089fa1 100644 --- a/target/linux/adm5120/base-files/lib/upgrade/platform.sh +++ b/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."