From 54e7d216b52240fa665f283454c7a4cd6f028318 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 17 Sep 2013 07:12:31 +0000 Subject: [PATCH] AA: ar71xx: TP-LINK also has a family TL-WDR Backport of r34577. Signed-off-by: Cezary Jackiewicz Signed-off-by: Gabor Juhos SVN-Revision: 38012 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2bc8194dfb..fe7c9106e2 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -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 -- 2.30.2