diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:47 +0000 |
commit | 1045c83527d8c1b178321de104305c3a491ef923 (patch) | |
tree | 3c32d80dbf7bbfd64d18ba97c9d27514553dbcb0 /target/linux/ar71xx/config-2.6.39 | |
parent | 55e13f4e6a46b9b1ce753b269deec4b6322a679f (diff) | |
download | upstream-1045c83527d8c1b178321de104305c3a491ef923.tar.gz upstream-1045c83527d8c1b178321de104305c3a491ef923.tar.bz2 upstream-1045c83527d8c1b178321de104305c3a491ef923.zip |
ar71xx: add support for TP-Link TL-MR3020
This patch adds support for the TP-Link device TL-MR3020 which is very
similiar to the TL-WR703N.
The TL-MR3020 uses 5 LEDs, 1 push button and a switch with 3 positions.
Only four LEDs can be controlled via GPIO. The power LED is connected to
the power supply.
The WPS push button has been mapped to KEY_WPS_BUTTON. The two GPIO signals
of the sliding switch have been mapped to BTN_0 and BTN_1.
I have also setup a wiki page with details here:
http://wiki.openwrt.org/toh/tp-link/tl-mr3020
USB is working and has been tested with USB mass storage and USB UMTS
stick.
Wifi also seems to work.
Ethernet is working too.
Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de>
SVN-Revision: 29651
Diffstat (limited to 'target/linux/ar71xx/config-2.6.39')
-rw-r--r-- | target/linux/ar71xx/config-2.6.39 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.39 b/target/linux/ar71xx/config-2.6.39 index 2a232ddb04..8cc92aba3e 100644 --- a/target/linux/ar71xx/config-2.6.39 +++ b/target/linux/ar71xx/config-2.6.39 @@ -43,6 +43,7 @@ CONFIG_AR71XX_MACH_TL_WA901ND=y CONFIG_AR71XX_MACH_TL_WA901ND_V2=y CONFIG_AR71XX_MACH_TL_WR1043ND=y CONFIG_AR71XX_MACH_TL_WR703N=y +CONFIG_AR71XX_MACH_TL_MR3020=y CONFIG_AR71XX_MACH_TL_WR741ND=y CONFIG_AR71XX_MACH_TL_WR741ND_V4=y CONFIG_AR71XX_MACH_TL_WR841N_V1=y |