[source] ar71xx: verify TP-Link TL-WR902AC sysupgrade image
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 9 15:14:57 PDT 2017
pepe2k pushed a commit to source.git, branch master:
https://git.lede-project.org/42c8bbb69b8563896422180b379a4642419e5dfc
commit 42c8bbb69b8563896422180b379a4642419e5dfc
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Wed Jul 5 09:07:43 2017 +0200
ar71xx: verify TP-Link TL-WR902AC sysupgrade image
Until we enable requirement for metadata in sysupgrade images under
ar71xx target, this prevents users from using wrong image.
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 88e8e92..bb0d9d5 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -447,6 +447,7 @@ platform_check_image() {
tl-wr841n-v9|\
tl-wr842n-v2|\
tl-wr842n-v3|\
+ tl-wr902ac-v1|\
tl-wr941nd-v5|\
tl-wr941nd-v6|\
tl-wr940n-v4|\
@@ -657,8 +658,7 @@ platform_check_image() {
rb-952ui-5ac2nd|\
rb-962uigs-5hact2hnt|\
rb-lhg-5nd|\
- rb-mapl-2nd|\
- tl-wr902ac-v1)
+ rb-mapl-2nd)
return 0
;;
esac
More information about the lede-commits
mailing list