aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-12-22 19:31:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-12-22 19:31:28 +0000
commitcace9f45660a8bf2ec8a67e33ea5f563ff19abb1 (patch)
tree9d6feab37d33ea2966fa00c52e52ae708303f2ca /target/linux/ar71xx/base-files/lib/upgrade
parentce6136a61cb39f42f0317ccba030b8ed66b8b52d (diff)
downloadupstream-cace9f45660a8bf2ec8a67e33ea5f563ff19abb1.tar.gz
upstream-cace9f45660a8bf2ec8a67e33ea5f563ff19abb1.tar.bz2
upstream-cace9f45660a8bf2ec8a67e33ea5f563ff19abb1.zip
ar71xx: add support for the TL-WR841N v1.5 board
SVN-Revision: 18893
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-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 629e42c304..e320f30ea9 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -75,7 +75,7 @@ platform_check_image() {
}
return 0
;;
- tl-wr741nd | tl-wr941nd | tl-wr1043nd)
+ tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd)
[ "$magic" != "0100" ] && {
echo "Invalid image type."
return 1