diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-22 20:12:24 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-22 20:12:24 +0000 |
commit | 73fc90f4eccf3f1f8ca389ee6b9b00461f460806 (patch) | |
tree | 9d05dbc9191fe5cf30091a9a7b841bdcba29ed6b /target/linux/ar71xx/base-files/lib | |
parent | 616abf736ecb3de8e626dd192130d914b684ac00 (diff) |
ar71xx: TEW-712BR user space support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33232 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
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 bb92b96144..7df2eec080 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 f1c0164ee3..b762f6bab1 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 | \ |