aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-17 07:12:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-17 07:12:31 +0000
commit505e3abd966234761a3a5ecf979dbd7e0f4002a3 (patch)
treed127b9144a6a8e560bda0f9d3aa83635fd51545a /target
parent1fab36af95b39257d9862a136db44b5f4bd04b4e (diff)
downloadupstream-505e3abd966234761a3a5ecf979dbd7e0f4002a3.tar.gz
upstream-505e3abd966234761a3a5ecf979dbd7e0f4002a3.tar.bz2
upstream-505e3abd966234761a3a5ecf979dbd7e0f4002a3.zip
AA: ar71xx: TP-LINK also has a family TL-WDR
Backport of r34577. 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/branches/attitude_adjustment@38012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh2
1 files changed, 1 insertions, 1 deletions
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