summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-04 03:03:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-04 03:03:34 +0000
commit7afed2d86cec1bf80c9c25e43094a878c0ad53e5 (patch)
tree2048cb43daf8dad421be7ca6cead9cf2465fb097 /target
parentf8c6be2a58f59df6f1d6a97aee4ed8522dd11105 (diff)
downloadmaster-31e0f0ae-7afed2d86cec1bf80c9c25e43094a878c0ad53e5.tar.gz
master-31e0f0ae-7afed2d86cec1bf80c9c25e43094a878c0ad53e5.tar.bz2
master-31e0f0ae-7afed2d86cec1bf80c9c25e43094a878c0ad53e5.zip
ar71xx: add wzr-hp-ag300h sysupgrade support (patch from #9650)
SVN-Revision: 27434
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 09514c3b3f..3de0c863b7 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -76,7 +76,7 @@ platform_check_image() {
}
return 0
;;
- ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | wzr-hp-g301nh | nbg460n_550n_550nh | unifi )
+ ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | wzr-hp-g301nh | wzr-hp-ag300h | nbg460n_550n_550nh | unifi )
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1