summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-25 18:42:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-25 18:42:11 +0000
commit164cd38b418102627df4319894b2c2b0cae80dff (patch)
tree405fce45b8ca6c9aa558d3a90cd781582e06ab94 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentf8aef84e49237ebc848c4b861628911d72f703f7 (diff)
downloadmaster-31e0f0ae-164cd38b418102627df4319894b2c2b0cae80dff.tar.gz
master-31e0f0ae-164cd38b418102627df4319894b2c2b0cae80dff.tar.bz2
master-31e0f0ae-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/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 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"
;;