From 67ad564a2e6cc1ad5b7b66aecb0c6aec9fa7db3e Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> Date: Fri, 5 Jan 2024 23:20:07 +0100 Subject: [PATCH] devices: add Sophos AP15 --- devices.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices.js b/devices.js index 7c78a49..8cb1f88 100644 --- a/devices.js +++ b/devices.js @@ -302,6 +302,7 @@ var devices_recommended = { "Sophos": { "AP100": "sophos-ap100", "AP100c": "sophos-ap100c", + "AP15": "sophos-ap15", "AP55": "sophos-ap55", "AP55c": "sophos-ap55c", "RED 15w": { "sophos-red-15w-rev.1": "Rev.1"}, @@ -659,6 +660,7 @@ var devices_info = { "Sophos": { "AP100": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=6f1efb28983758116a8ecaf9c93e1d875bb70af7", "AP100c": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=6f1efb28983758116a8ecaf9c93e1d875bb70af7", + "AP15": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=0dc58214896aacf67a3759495d70e2b4e9c160d8", "AP55": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=6f1efb28983758116a8ecaf9c93e1d875bb70af7", "AP55c": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=6f1efb28983758116a8ecaf9c93e1d875bb70af7", }, -- GitLab