summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/base-files
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2011-03-21 16:52:14 +0000
committerTravis Kemen <thepeople@openwrt.org>2011-03-21 16:52:14 +0000
commite9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6 (patch)
tree295462865602d0dc9571ae7d1cbc0385a89587c6 /target/linux/adm5120/base-files
parent9710f415faf5cec6a961bb977e94cea08bd6ddb6 (diff)
downloadmaster-31e0f0ae-e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6.tar.gz
master-31e0f0ae-e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6.tar.bz2
master-31e0f0ae-e9fdc5c9811cf3ab7ea17a0dd5b30004e1ac4ca6.zip
sysupgrade works on the wp54
SVN-Revision: 26257
Diffstat (limited to 'target/linux/adm5120/base-files')
-rw-r--r--target/linux/adm5120/base-files/lib/upgrade/platform.sh2
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."