[source] ar71xx: fix DEVICE_TITLE for Ubiquiti UAP Outdoor+

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 15 10:26:00 PST 2016


neoraider pushed a commit to source.git, branch master:
https://git.lede-project.org/60983a486c5fd8ca7208a1f6c7432e2153e80a5f

commit 60983a486c5fd8ca7208a1f6c7432e2153e80a5f
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Tue Nov 15 18:54:06 2016 +0100

    ar71xx: fix DEVICE_TITLE for Ubiquiti UAP Outdoor+
    
    Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
 target/linux/ar71xx/image/ubnt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk
index be5c397..ed3d8ea 100644
--- a/target/linux/ar71xx/image/ubnt.mk
+++ b/target/linux/ar71xx/image/ubnt.mk
@@ -268,7 +268,7 @@ endef
 
 define Device/ubnt-unifi-outdoor-plus
 $(Device/ubnt-uap-pro)
-  DEVICE_TITLE := Ubiquiti UniFi Outdoor Pro
+  DEVICE_TITLE := Ubiquiti UniFi Outdoor Plus
   UBNT_CHIP := ar7240
   BOARDNAME := UBNT-UOP
   DEVICE_PROFILE := UBNT



More information about the lede-commits mailing list