diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-02-10 13:44:06 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:25:33 +0100 |
commit | 56561b9f5198d39604809e5cc10dead3e12c1fdf (patch) | |
tree | a3c789e645a26e4cfc3197b7e1e78b21db53aaef /target/linux/ar71xx/mikrotik | |
parent | a9fdb35740e52552274fbe8b7fd6cc5734068b98 (diff) | |
download | upstream-56561b9f5198d39604809e5cc10dead3e12c1fdf.tar.gz upstream-56561b9f5198d39604809e5cc10dead3e12c1fdf.tar.bz2 upstream-56561b9f5198d39604809e5cc10dead3e12c1fdf.zip |
ar71xx: add support for TP-Link TL-WA850RE v2
TP-Link TL-WA850RE v2 is a wall-plug N300 Wi-Fi range extender,
based on Qualcomm/Atheros QCA9533 v2.
Short specification:
- 550/391/195 MHz (CPU/DDR/AHB)
- 1x 10/100 Mbps Ethernet
- 32 MB of RAM (DDR1)
- 4 MB of FLASH
- 2T2R 2.4 GHz
- 2x internal antennas (embedded on PCB)
- 9x LED (all can be turned off with GPIO15), 2x button
- UART (J3) header on PCB
Flash instruction: use "factory" image directly in vendor GUI.
Warning: this device does not include any kind of recovery mechanism
in the bootloader and disassembling process is not trivial.
You can access vendor firmware over serial line using:
- login: root
- password: sohoadmin
Image was tested only in US version of the device, but should work
also with the same device version sold in other countries.
Available FLASH space, with LEDE trunk, is only 240 KB.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/mikrotik')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index 324c6f72f4..a55952d793 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -137,6 +137,7 @@ CONFIG_ATH79_MACH_RBSXTLITE=y # CONFIG_ATH79_MACH_TL_WA7210N_V2 is not set # CONFIG_ATH79_MACH_TL_WA801ND_V3 is not set # CONFIG_ATH79_MACH_TL_WA830RE_V2 is not set +# CONFIG_ATH79_MACH_TL_WA850RE_V2 is not set # CONFIG_ATH79_MACH_TL_WA901ND is not set # CONFIG_ATH79_MACH_TL_WA901ND_V2 is not set # CONFIG_ATH79_MACH_TL_WA901ND_V4 is not set |