From 75586d33b0063fec374c499967b22b84f6e9dec4 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 5afce0db3..4c46b2514 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