diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:32 +0000 |
commit | ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9 (patch) | |
tree | c55e8441e9ce43e1ac236f74ee7f3011d6a0d3aa /target/linux/ramips/base-files/lib/upgrade | |
parent | 437e1844849ab385f5ab4cbaa0dc819bc3fba201 (diff) | |
download | upstream-ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9.tar.gz upstream-ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9.tar.bz2 upstream-ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9.zip |
ramips: rt305x: add support for the Netcore NW718 board
SVN-Revision: 27813
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 e7511e849b..dda4a67577 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 | dir-600-b1 | dir-600-b2 | fonera20n | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn) + dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1 |