diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:24 +0000 |
commit | 3f986df05f5c07dd705ed085b13d7e19c0a72aa2 (patch) | |
tree | 79baad2baf0a9405be69d969de4d2119ed4619d5 /target/linux/ramips/base-files/lib/upgrade | |
parent | 857c1028ac54332f26ffcc257c926123d4ce32f1 (diff) | |
download | upstream-3f986df05f5c07dd705ed085b13d7e19c0a72aa2.tar.gz upstream-3f986df05f5c07dd705ed085b13d7e19c0a72aa2.tar.bz2 upstream-3f986df05f5c07dd705ed085b13d7e19c0a72aa2.zip |
ramips: rt305x: add support for the DIR-600 B1,B2 boards
SVN-Revision: 27808
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index b701938f25..0dd3b7bd23 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -14,7 +14,7 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$board" in - dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn) + dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1 |