diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-07 19:10:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-07 19:10:57 +0000 |
commit | 47f9b2a110b214432185f45fea0e143eb740fd13 (patch) | |
tree | 696e97c18eba73446b83330a8b4ceea63609bd63 /target/linux/ar71xx | |
parent | d7ba2b4840471ca2b171c40f1ca10b905e680c1d (diff) | |
download | upstream-47f9b2a110b214432185f45fea0e143eb740fd13.tar.gz upstream-47f9b2a110b214432185f45fea0e143eb740fd13.tar.bz2 upstream-47f9b2a110b214432185f45fea0e143eb740fd13.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>
SVN-Revision: 34577
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
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 |