immortalwrt/target/linux
Stijn Tintel 72b674eec6
ramips: support TP-Link EAP615-Wall
Add support for the TP-Link EAP615-Wall, an AX1800 Wall Plate WiFi 6 AP.
The device is very similar to the TP-Link EAP235-Wall.

Hardware:
* SoC: MediaTek MT7621AT
* RAM: 128MiB
* Flash: 16MiB SPI-NOR
* Ethernet: 4x GbE
  * Back: ETH0 (PoE-PD)
  * Bottom: ETH1, ETH2, ETH3 (PoE passthrough)
* WiFi: MT7905DAN/MT7975DN 2.4/5 GHz 2T2R
* LEDS: 1x white
* Buttons: 1x LED, 1x reset

Stock firmware uses a random MAC address for ethernet. OpenWrt uses the
MAC address that is on the device label for ethernet and the wireless
interfaces. MAC address must not be incremented, as this will cause MAC
address conflicts in case you have two devices with consecutive MAC
addresses. Instead, different locally administered addresses will be
generated automatically, based on the MAC on the label.

Installation via stock firmware:
* Enable SSH in the TP-Link web interface
* SSH to the device
* Run `cliclientd stopcs`
* Upload the OpenWrt factory image via the TP-Link web interface

Installation via bootloader:
* Solder TTL header. Pinout: 1: TX, 2: RX, 3: GND, 4: VCC, with pin 1
  closest to ETH1. Baud rate 115200
* Interrupt boot process by holding a key during boot
* Boot the OpenWrt initramfs:
  # tftpboot 0x84000000 openwrt-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin
  # bootm
* Copy openwrt-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin
  to /tmp and use sysupgrade to install it

Thanks to Sander Vanheule for his work on the EAP235-Wall, which made
adding support for the EAP615-Wall very easy.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Reviewed-by: Sander Vanheule <sander@svanheule.net>
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
(cherry picked from commit a1b8a4d7b3)
2022-06-03 19:55:27 +08:00
..
apm821xx kernel: refresh 5.4 patches 2022-05-29 22:57:30 +08:00
archs38 Merge Mainline 2022-05-29 17:53:15 +08:00
armvirt armvirt/64: change it to cortex-a53 instead of generic 2022-05-15 13:50:17 +08:00
at91 at91: add support for sam9x60-ek board 2022-03-17 11:23:53 +08:00
ath25 Merge Mainline 2022-05-29 17:53:15 +08:00
ath79 ath79: NanoBeam M5 fix target_devices 2022-05-31 01:16:44 +08:00
bcm27xx kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
bcm47xx Merge Mainline 2022-05-29 17:53:15 +08:00
bcm53xx kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
bcm63xx kernel: bump 5.10 to 5.10.111 2022-05-29 18:32:17 +08:00
bcm4908 kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
bmips bmips: dgnd3700v2: fix network config 2022-05-31 01:19:20 +08:00
gemini kernel: add missing Kconfigs for kernel 4.14 2022-01-01 17:35:27 +08:00
generic kernel: check dst of flow offloading table 2022-05-31 00:22:22 +08:00
imx [HOT FIX] Merge Mainline 2022-04-03 00:50:22 +08:00
ipq40xx ipq40xx: add Aruba AP-365 specific BDF 2022-06-03 19:52:45 +08:00
ipq806x kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
ipq807x
kirkwood Merge Mainline 2022-05-29 17:53:15 +08:00
lantiq kernel: bump 5.4 to 5.4.191 2022-05-29 19:39:20 +08:00
layerscape kernel: refresh 5.4 patches 2022-05-29 22:57:30 +08:00
malta malta: use default OpenWrt network configuration 2022-05-31 00:29:50 +08:00
mediatek mediatek: mt7622: add support for ELECOM WRC-X3200GST3 2022-05-31 01:17:16 +08:00
mpc85xx Merge Mainline 2022-05-29 17:53:15 +08:00
mvebu kernel: refresh 5.4 patches 2022-05-29 22:57:30 +08:00
mxs kernel: add missing Kconfigs for kernel 4.14 2022-01-01 17:35:27 +08:00
octeon kernel: bump 5.10 to 5.10.94 2022-05-29 18:24:31 +08:00
octeontx kernel: bump 5.10 to 5.10.110 2022-05-29 18:31:49 +08:00
omap Merge Mainline 2022-05-29 17:53:15 +08:00
oxnas kernel: bump 5.4 to 5.4.194 2022-05-29 19:41:02 +08:00
pistachio kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
qoriq qoriq: enable I2C in target kernel config 2022-03-25 10:37:24 +08:00
ramips ramips: support TP-Link EAP615-Wall 2022-06-03 19:55:27 +08:00
realtek kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
rockchip kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
sunxi kernel: refresh 5.10 patches 2022-05-30 00:20:54 +08:00
tegra Merge Mainline 2022-05-29 17:53:15 +08:00
uml Merge Mainline 2022-05-29 17:53:15 +08:00
x86 Merge Mainline 2022-05-29 17:53:15 +08:00
zynq kernel: add missing Kconfigs for kernel 4.14 2022-01-01 17:35:27 +08:00
Makefile