diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-06 15:54:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-06 15:54:59 +0000 |
commit | f638c6207bde72a7795f44afefbbca76ac901e0a (patch) | |
tree | ec2b52ae50aa7ee37ed380f917b1c57289dccbb1 /target/linux/ar71xx/base-files | |
parent | 3e155939554f9644983ca2080f4f74ea5326968b (diff) | |
download | upstream-f638c6207bde72a7795f44afefbbca76ac901e0a.tar.gz upstream-f638c6207bde72a7795f44afefbbca76ac901e0a.tar.bz2 upstream-f638c6207bde72a7795f44afefbbca76ac901e0a.zip |
ar71xx: fix sysupgrade on the TL-WR841N/ND v7 boards
SVN-Revision: 29672
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index fc864eb4eb..db8bdaefb9 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -130,6 +130,7 @@ platform_check_image() { tl-wr741nd | \ tl-wr741nd-v4 | \ tl-wr841n-v1 | \ + tl-wr841n-v7 | \ tl-wr941nd | \ tl-wr1043nd) [ "$magic" != "0100" ] && { |