ar71xx: fix sysupgrade on TL-WR801ND v3

This commit is contained in:
Matthias Schiffer 2016-12-06 16:20:09 +01:00
parent e9835e3c98
commit 28e697c448
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Tue, 6 Dec 2016 16:18:49 +0100
Subject: ar71xx: fix sysupgrade on TL-WR801ND v3
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 4003b21..ee2e596 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -349,6 +349,7 @@ platform_check_image() {
tl-wa850re | \
tl-wa860re | \
tl-wa801nd-v2 | \
+ tl-wa801nd-v3 | \
tl-wa901nd | \
tl-wa901nd-v2 | \
tl-wa901nd-v3 | \