aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
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
commitdaf3a5a8ff2f4572f192d3013018a41491818c25 (patch)
tree2f33ea563f9c42638f427649efdfb11f8f34ccc4 /target/linux/ar71xx/base-files/lib
parent85e9b90485c27c4b08146cb5c61af3f60579a806 (diff)
downloadmaster-187ad058-daf3a5a8ff2f4572f192d3013018a41491818c25.tar.gz
master-187ad058-daf3a5a8ff2f4572f192d3013018a41491818c25.tar.bz2
master-187ad058-daf3a5a8ff2f4572f192d3013018a41491818c25.zip
ar71xx: add support for the TRENDNet TEW-673GRU board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
2 files changed, 4 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"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 3adfcd58b3..91b04c5dea 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -102,6 +102,7 @@ platform_check_image() {
mzk-w04nu | \
mzk-w300nh | \
tew-632brp | \
+ tew-673gru | \
wrt400n | \
airrouter | \
bullet-m | \