1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:53:50 +03:00

ar71xx: TP-LINK also has a family TL-WDR

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34577 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-12-07 19:10:57 +00:00
parent 6078e9d6f1
commit 7ebdad36a3

View File

@ -447,7 +447,7 @@ ar71xx_board_detect() {
esac
case "$machine" in
*TL-WR* | *TL-WA* | *TL-MR*)
*TL-WR* | *TL-WA* | *TL-MR* | *TL-WD*)
tplink_board_detect "$machine"
;;
esac