From fe41ba71217a2cfa71bcd379c6e311e8e7c5270e Mon Sep 17 00:00:00 2001
From: David Bauer <blocktrron@users.noreply.github.com>
Date: Wed, 20 Nov 2019 13:39:22 +0100
Subject: [PATCH] ath79-generic: add support for devolo WiFi pro 1200i (#1871)

---
 docs/user/supported_devices.rst | 6 +++++-
 targets/ath79-generic           | 6 ++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 250d51d69..20f795fe9 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -183,6 +183,10 @@ ar71xx-tiny [#deprecated]_
 ath79-generic
 --------------
 
+* devolo
+
+  - WiFi pro 1200i
+
 * TP-Link
 
   - Archer C6 (v2)
@@ -382,4 +386,4 @@ Footnotes
 
 .. [#eva_ramboot]
   For instructions on how to flash AVM NAND devices, see the respective
-  commit which added support in OpenWrt.
\ No newline at end of file
+  commit which added support in OpenWrt.
diff --git a/targets/ath79-generic b/targets/ath79-generic
index 22470632d..1e5856206 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -5,6 +5,12 @@ local ATH10K_PACKAGES_QCA9888 = {
 	'-ath10k-firmware-qca9888-ct',
 }
 
+-- devolo
+
+device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', {
+	factory = false,
+})
+
 -- TP-Link
 
 device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
-- 
GitLab