From e1ab04aa86a645f34412f4e336cb94795e835057 Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Sun, 19 Nov 2023 11:43:20 +0100
Subject: [PATCH] devices: add instructions for TP-Link EAP225-Outdoor v3

---
 devices.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devices.js b/devices.js
index a9f260a..954b338 100644
--- a/devices.js
+++ b/devices.js
@@ -658,7 +658,8 @@ var devices_info = {
   },
   "TP-Link": {
     "EAP225-Outdoor": {
-      "v1": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=4f86edf477edbc0f20b5a49a69f658fa82158284"
+      "v1": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=4f86edf477edbc0f20b5a49a69f658fa82158284",
+      "v3": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=7e4de89e631aaf56be5375662b7d5ed0f27e26f6",
     },
     "TL-WR841N/ND" : {
       "v13": "https://openwrt.org/toh/tp-link/tl-wr841nd#tftp_recovery_via_bootloader_for_v8_v9_v10_v11_v12_v13"
-- 
GitLab