aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-07 19:10:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-07 19:10:57 +0000
commita897fb79845de84787ea93a2f99f9fc73c557c67 (patch)
treee9298486e19b56953cbe176cd925906b267611de /target
parent5282f8e83de1baf71173b7bb14f1db575e785a8c (diff)
downloadmaster-187ad058-a897fb79845de84787ea93a2f99f9fc73c557c67.tar.gz
master-187ad058-a897fb79845de84787ea93a2f99f9fc73c557c67.tar.bz2
master-187ad058-a897fb79845de84787ea93a2f99f9fc73c557c67.zip
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
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