ar71xx: fix AR71XX_MODEL for TP-Link TL-WA830RE v1
The v1 identifies as v10 internally. As there is no TL-WA830RE v10, add a workaround to avoid confusing users. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 45903
This commit is contained in:
parent
0ec720e9a9
commit
7d8de52d4d
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@ tplink_board_detect() {
|
|||
;;
|
||||
"083000"*)
|
||||
model="TP-Link TL-WA830RE"
|
||||
|
||||
if [ "$hwver" = 'v10' ]; then
|
||||
hwver='v1'
|
||||
fi
|
||||
;;
|
||||
"084100"*)
|
||||
model="TP-Link TL-WR841N/ND"
|
||||
|
|
Loading…
Reference in a new issue