From: juhosg Date: Tue, 17 Sep 2013 07:12:31 +0000 (+0000) Subject: AA: ar71xx: TP-LINK also has a family TL-WDR X-Git-Url: http://git.archive.openwrt.org/?p=12.09%2Fopenwrt.git;a=commitdiff_plain;h=446e94e4bc676f2a0b2e56ff5a831278cd45f1e2 AA: ar71xx: TP-LINK also has a family TL-WDR Backport of r34577. Signed-off-by: Cezary Jackiewicz Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38012 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2bc8194..fe7c910 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