From 9fa45ac489da2400aaa58d73ba34c1f9ba37f793 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sun, 18 Jul 2021 16:41:27 +0200
Subject: [PATCH] ramips-mt76x8: add support for RAVPower RP-WD009 (#2265)

---
 docs/user/supported_devices.rst | 4 ++++
 targets/ramips-mt76x8           | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 0020c532..64e7788c 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -231,6 +231,10 @@ ramips-mt76x8
 
   - R6120
 
+* RAVPower
+
+  - RP-WD009
+
 * TP-Link
 
   - Archer C50 (v3)
diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8
index 0adcfaa4..ef966ebe 100644
--- a/targets/ramips-mt76x8
+++ b/targets/ramips-mt76x8
@@ -21,6 +21,11 @@ device('netgear-r6120', 'netgear_r6120', {
 })
 
 
+-- RAVPower
+
+device('ravpower-rp-wd009', 'ravpower_rp-wd009')
+
+
 -- TP-Link
 
 device('tp-link-archer-c50-v3', 'tplink_archer-c50-v3', {
-- 
GitLab