diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 391a09d2bd5fcd04dfb2d36ecce8ad91b7c2d14c..fdc3c3afff625d03580fd933aa3518ec54cd8ebc 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'},
+})