ar71xx: DIR-825 support cleanup

SVN-Revision: 18622
This commit is contained in:
Gabor Juhos
2009-12-03 15:07:41 +00:00
parent e4d21e0399
commit f065bbdf7f
13 changed files with 36 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
ap83 | dir825b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt-400n | bullet-m | nano-m | rocket-m)
ap83 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt-400n | bullet-m | nano-m | rocket-m)
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1