diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 18:42:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 18:42:11 +0000 |
commit | 164cd38b418102627df4319894b2c2b0cae80dff (patch) | |
tree | 405fce45b8ca6c9aa558d3a90cd781582e06ab94 /target/linux/ar71xx/base-files/lib | |
parent | f8aef84e49237ebc848c4b861628911d72f703f7 (diff) | |
download | upstream-164cd38b418102627df4319894b2c2b0cae80dff.tar.gz upstream-164cd38b418102627df4319894b2c2b0cae80dff.tar.bz2 upstream-164cd38b418102627df4319894b2c2b0cae80dff.zip |
ar71xx: add user-space support for TL-MR3040 v2
Signed-off-by: Mads Hansen <d@taba.se>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38191
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 31b8821746..06786e770d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -426,6 +426,9 @@ ar71xx_board_detect() { *TL-MR3040) name="tl-mr3040" ;; + *"TL-MR3040 v2") + name="tl-mr3040-v2" + ;; *TL-MR3220) name="tl-mr3220" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index f7e0507043..356da2d43b 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -183,6 +183,7 @@ platform_check_image() { tl-mr13u | \ tl-mr3020 | \ tl-mr3040 | \ + tl-mr3040-v2 | \ tl-mr3220 | \ tl-mr3220-v2 | \ tl-mr3420 | \ |