diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 09:51:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 09:51:31 +0000 |
commit | 4704478682957b9671bd4408eda14e651320113c (patch) | |
tree | 1fd72517a0684d39c6a0bc90d90341bdd3c600c0 /target/linux/ar71xx/base-files/lib | |
parent | bc97b5de8b24f6eb56fe956b50237280d3c75a8d (diff) | |
download | upstream-4704478682957b9671bd4408eda14e651320113c.tar.gz upstream-4704478682957b9671bd4408eda14e651320113c.tar.bz2 upstream-4704478682957b9671bd4408eda14e651320113c.zip |
ar71xx: add sysupgrade support for Ubiquiti XM boards
SVN-Revision: 18533
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
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 ef84e84695..8ee412ed03 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -68,7 +68,7 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$board" in - ap83 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt-400n) + ap83 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt-400n | bullet-m | nano-m | rocket-m) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1 |