summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-08 16:26:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-08 16:26:25 +0000
commit48e85cd47b74e318fa5be74d155f4ac1489007f1 (patch)
tree11bcfcae8a728995b6d707d39d7d8bcdddfcdcb0 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent09a8334a1e36e2610a01a726fd41383d0870038a (diff)
downloadmaster-31e0f0ae-48e85cd47b74e318fa5be74d155f4ac1489007f1.tar.gz
master-31e0f0ae-48e85cd47b74e318fa5be74d155f4ac1489007f1.tar.bz2
master-31e0f0ae-48e85cd47b74e318fa5be74d155f4ac1489007f1.zip
ar71xx: add support for the TRENDNet TEW-673GRU board
SVN-Revision: 30376
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 82b53f1617..ab619f1694 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -256,6 +256,9 @@ ar71xx_board_detect() {
*TEW-632BRP)
name="tew-632brp"
;;
+ *TEW-673GRU)
+ name="tew-673gru"
+ ;;
*TL-WR1043ND)
name="tl-wr1043nd"
;;