summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-22 20:12:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-22 20:12:24 +0000
commit8744f8d183bd9ba14c4aa28e93ff8a8fae85f494 (patch)
tree1c581deea8d357c0a0c788050d0c109614d538aa /target/linux/ar71xx/base-files/lib
parent8b3d95bba9b2bb0930ba2aa14b06aa2ec882b38a (diff)
downloadmtk-20170518-8744f8d183bd9ba14c4aa28e93ff8a8fae85f494.zip
mtk-20170518-8744f8d183bd9ba14c4aa28e93ff8a8fae85f494.tar.gz
mtk-20170518-8744f8d183bd9ba14c4aa28e93ff8a8fae85f494.tar.bz2
ar71xx: TEW-712BR user space support
SVN-Revision: 33232
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 bb92b96..7df2eec 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -300,6 +300,9 @@ ar71xx_board_detect() {
*TEW-673GRU)
name="tew-673gru"
;;
+ *TEW-712BR)
+ name="tew-712br"
+ ;;
*"TL-WR1041N v2")
name="tl-wr1041n-v2"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index f1c0164..b762f6b 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -106,6 +106,7 @@ platform_check_image() {
mzk-w300nh | \
tew-632brp | \
tew-673gru | \
+ tew-712br | \
wrt400n | \
airrouter | \
bullet-m | \