From 59a03543dcbb22f19dd6d46f269a5178ab5ebba1 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 391a09d2b..fdc3c3aff 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