diff options
| author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-21 16:52:14 +0000 | 
|---|---|---|
| committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-21 16:52:14 +0000 | 
| commit | d3db86b4ccd34e69dab0ae6fb2baf0304645866c (patch) | |
| tree | a9e13fc37e79eed191a36bfd749d31738d6fe3bd /target/linux/adm5120/base-files/lib/upgrade | |
| parent | f73979c415b25a5e2fb29f0c9549baad7306c7d3 (diff) | |
sysupgrade works on the wp54
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26257 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/base-files/lib/upgrade')
| -rw-r--r-- | target/linux/adm5120/base-files/lib/upgrade/platform.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/base-files/lib/upgrade/platform.sh b/target/linux/adm5120/base-files/lib/upgrade/platform.sh index a0678b858..f067089fa 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."  | 
