1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

sysupgrade works on the wp54

SVN-Revision: 26257
This commit is contained in:
Travis Kemen 2011-03-21 16:52:14 +00:00
parent 9710f415fa
commit e9fdc5c981

@ -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."