diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-23 21:05:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-23 21:05:24 +0000 |
commit | d9f7205aa479e16db9cd320129046a7c0c051165 (patch) | |
tree | d08f9ac52ee79f47dccbc388e33a8d1959730d73 /target/linux/ar71xx/base-files/lib | |
parent | db37661614728e71e18b676dfaf2dc03504f5345 (diff) | |
download | upstream-d9f7205aa479e16db9cd320129046a7c0c051165.tar.gz upstream-d9f7205aa479e16db9cd320129046a7c0c051165.tar.bz2 upstream-d9f7205aa479e16db9cd320129046a7c0c051165.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31845 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 |
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" ;; |