summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-29 20:51:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-29 20:51:13 +0000
commit7db7757bf2ca32c9d5045949f99cfdb27b0202f8 (patch)
treed3e9b59e731339bc95c48009430a1e7f5e9345e8 /target/linux/ar71xx/base-files/lib/upgrade/platform.sh
parentbc2d7b8193b2d8f2ca11e4fad6249f44b8902b27 (diff)
downloadmaster-31e0f0ae-7db7757bf2ca32c9d5045949f99cfdb27b0202f8.tar.gz
master-31e0f0ae-7db7757bf2ca32c9d5045949f99cfdb27b0202f8.tar.bz2
master-31e0f0ae-7db7757bf2ca32c9d5045949f99cfdb27b0202f8.zip
ar71xx: add user-space support for the TL-WR1043ND v2 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38956
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade/platform.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
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 cb36772d8d..839ba4e77b 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -208,6 +208,7 @@ platform_check_image() {
tl-wr941nd | \
tl-wr1041n-v2 | \
tl-wr1043nd | \
+ tl-wr1043nd-v2 | \
tl-wr2543n)
[ "$magic" != "0100" ] && {
echo "Invalid image type."