From 40ef70534d826e82a28600cdddaffaf7a07f5e1f Mon Sep 17 00:00:00 2001
From: Dark4MD <github.web@manu.li>
Date: Mon, 9 Dec 2019 16:14:53 +0100
Subject: [PATCH] lantiq-xrx200: add support for AVM FRITZ!Box 7360 (v1, v2)
 and 7360 SL

---
 docs/user/supported_devices.rst | 2 ++
 targets/lantiq-xrx200           | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 8b1218cbf..facd9166a 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -250,6 +250,8 @@ lantiq-xrx200
 
 * AVM
 
+  - FRITZ!Box 7360 (v1, v2) [#avmflash]_ [#lan_as_wan]_
+  - FRITZ!Box 7360 SL [#avmflash]_ [#lan_as_wan]_
   - FRITZ!Box 7362 SL [#eva_ramboot]_ [#lan_as_wan]_
   - FRITZ!Box 7412 [#eva_ramboot]_
 
diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index 8fd59ed69..43526eb07 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -1,3 +1,8 @@
+device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {
+        factory = false,
+        aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
+})
+
 device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
         factory = false,
 })
-- 
GitLab