[PATCH 0/2] Add support for TP-Link EAP613 v1 access point

Sander Vanheule sander at svanheule.net
Thu Jun 29 07:28:11 PDT 2023


The EAP610 v3 has been listed on TP-Link's website and with the FCC
since a few months. In contrast to the v1 and v2, this device was based
on Mediatek hardware according to the firmware and FCC info. After
fruitlessly waiting for this device revision to show up in retail, I
recently came across the EAP613 v1, which appears to be a rebrand.

The device is very similar in setup to the EAP615-Wall, which helped a
great deal in quickly porting OpenWrt.

The anntenas on the PCB seem to suggest this board was designed around
the MT7915, with an additional Bluetooth antenna, and an Rx antenna for
background DFS detection. Since the device has a MT7905, one antenna is
not populated, and the other (a PCB antenna) is most likely not used.

If there are no comments, I would like to merge the patches later this
week.

Best,
Sander

Sander Vanheule (2):
  firmware-utils: bump to git HEAD
  ramips: mt7621: add TP-Link EAP613 v1

 .../ramips/dts/mt7621_tplink_eap613-v1.dts    | 155 ++++++++++++++++++
 target/linux/ramips/image/mt7621.mk           |  13 ++
 .../mt7621/base-files/etc/board.d/02_network  |   1 +
 .../etc/hotplug.d/ieee80211/10_fix_wifi_mac   |   1 +
 tools/firmware-utils/Makefile                 |   6 +-
 5 files changed, 173 insertions(+), 3 deletions(-)
 create mode 100644 target/linux/ramips/dts/mt7621_tplink_eap613-v1.dts

-- 
2.41.0




More information about the openwrt-devel mailing list