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@gmail.com>
This commit is contained in:
parent
8cd28140f1
commit
42c8bbb69b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue