ar71xx: typo in detect TL-MR10U/TL-MR11U

At offset 0x40, signature for TL-MR10U/TL-MR11U begin
from 0x00, not 0x10/0x11.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36727
This commit is contained in:
Gabor Juhos 2013-05-26 16:38:00 +00:00
parent cc7bedf8a3
commit c4d0a49348

View File

@ -132,10 +132,10 @@ tplink_board_detect() {
"254300"*) "254300"*)
model="TP-Link TL-WR2543N/ND" model="TP-Link TL-WR2543N/ND"
;; ;;
"100101"*) "001001"*)
model="TP-Link TL-MR10U" model="TP-Link TL-MR10U"
;; ;;
"110101"*) "001101"*)
model="TP-Link TL-MR11U" model="TP-Link TL-MR11U"
;; ;;
"302000"*) "302000"*)