1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

ar71xx: add model detection for the TL-WA830RE board

Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35788
This commit is contained in:
Gabor Juhos 2013-02-25 20:37:33 +00:00
parent ddb29bebf5
commit ea71239d8a

@ -90,6 +90,9 @@ tplink_board_detect() {
"080100"*)
model="TP-Link TL-WA801N/ND"
;;
"083000"*)
model="TP-Link TL-WA830RE"
;;
"084100"*)
model="TP-Link TL-WR841N/ND"
;;