diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index c69bcf34c5b6d0108a7a82add8cfbb7838bc8625..0e498d020b59a97d4beb064014677763b17fb9c7 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -89,6 +89,7 @@ ath79-generic
 
 * Ubiquiti
 
+  - UniFi AC LR
   - UniFi AC Mesh
   - UniFi AP
   - UniFi AP LR
diff --git a/targets/ath79-generic b/targets/ath79-generic
index 7f98504a22d8c1852c229c9b14314d96ea2bd7f1..e4c48a4b8ef819c7aa00e16b3bd2579071f00c42 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -333,6 +333,11 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
 
 -- Ubiquiti
 
+device('ubiquiti-unifi-ac-lr', 'ubnt_unifiac-lr', {
+	factory = false,
+	packages = ATH10K_PACKAGES_QCA9880,
+})
+
 device('ubiquiti-unifi-ac-mesh', 'ubnt_unifiac-mesh', {
 	factory = false,
 	packages = ATH10K_PACKAGES_QCA9880,