aboutsummaryrefslogtreecommitdiffstats
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
commitf5e644ebabe7a372957549e03f4eb33ec6c3ff39 (patch)
treea9e13fc37e79eed191a36bfd749d31738d6fe3bd /target/linux/adm5120/base-files
parent1df66fafa233a4ea83b5338ea9eb93ac02e784e0 (diff)
downloadmaster-187ad058-f5e644ebabe7a372957549e03f4eb33ec6c3ff39.tar.gz
master-187ad058-f5e644ebabe7a372957549e03f4eb33ec6c3ff39.tar.bz2
master-187ad058-f5e644ebabe7a372957549e03f4eb33ec6c3ff39.zip
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')
-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."