aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-23 21:05:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-23 21:05:24 +0000
commit758f670376db2b4504d4d3fc22b55793effef6d0 (patch)
treedf620e48b5c2fdff6e52bf381108c9700338af5b /target/linux/ar71xx/base-files/lib
parente4720dfa9594cb75ef6691e669f81e8207a00e39 (diff)
downloadupstream-758f670376db2b4504d4d3fc22b55793effef6d0.tar.gz
upstream-758f670376db2b4504d4d3fc22b55793effef6d0.tar.bz2
upstream-758f670376db2b4504d4d3fc22b55793effef6d0.zip
ar71xx: add support for TP-Link TL-MR3040
Support for TP-Link TL-MR3040. Power LED not working - always on red, after start should be green. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 31845
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 35eca7c81c..ddeee3e775 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -112,6 +112,9 @@ tplink_board_detect() {
"302000"*)
model="TP-Link TL-MR3020"
;;
+ "304000"*)
+ model="TP-Link TL-MR3040"
+ ;;
"322000"*)
model="TP-Link TL-MR3220"
;;