diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 5afce0db3a769f5348e24899ec1e41bd9479cc86..4c46b25147c11c484c22f66250abc7442d15f7e5 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'}, +})