From a4f7b2c8f947d40aaaa0b919e5a3789b50c65ccc Mon Sep 17 00:00:00 2001
From: Sidney Kuyateh <sidneyjohn23@kuyateh.eu>
Date: Fri, 20 Dec 2024 13:07:18 +0100
Subject: [PATCH] Re-add Ubiquiti EdgeRouter X

---
 targets/ramips-mt7621 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 5afce0db..4c46b251 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -183,3 +183,17 @@ device('zyxel-wsm20', 'zyxel_wsm20', {
 	factory = false,
 })
 
+
+-- Devices without WLAN
+
+-- Ubiquiti
+
+device('ubiquiti-edgerouter-x', 'ubnt_edgerouter-x', {
+	factory = false,
+	packages = {'-hostapd-mini'},
+})
+
+device('ubiquiti-edgerouter-x-sfp', 'ubnt_edgerouter-x-sfp', {
+	factory = false,
+	packages = {'-hostapd-mini'},
+})
-- 
GitLab