diff options
author | Travis Kemen <thepeople@openwrt.org> | 2011-03-21 16:52:14 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2011-03-21 16:52:14 +0000 |
commit | e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6 (patch) | |
tree | 295462865602d0dc9571ae7d1cbc0385a89587c6 /target/linux/adm5120/base-files/lib | |
parent | 9710f415faf5cec6a961bb977e94cea08bd6ddb6 (diff) | |
download | upstream-e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6.tar.gz upstream-e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6.tar.bz2 upstream-e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6.zip |
sysupgrade works on the wp54
SVN-Revision: 26257
Diffstat (limited to 'target/linux/adm5120/base-files/lib')
-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 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." |