aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-02-11 09:24:11 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-02-11 09:24:11 +0100
commit8c9f255ce56a43ecd49c80688052a02029c4fa52 (patch)
treea352220644ade09145b62492867dbbdbc95826f6 /target/linux/ar71xx/image
parent93034bf7f0a246cd99ca9bfa7c8961ae26989a37 (diff)
downloadupstream-8c9f255ce56a43ecd49c80688052a02029c4fa52.tar.gz
upstream-8c9f255ce56a43ecd49c80688052a02029c4fa52.tar.bz2
upstream-8c9f255ce56a43ecd49c80688052a02029c4fa52.zip
ar71xx: add rssileds for xw devices
Commit 7ebbbda29377 ("ar71xx: ubnt-(xm,xw): fix LED RSSI indication") adds support for using the RSSI strenght via LEDS. The rssileds package addition got lost during altering the patch. Add it again to fix this. Fixes: 7ebbbda29377 ("ar71xx: ubnt-(xm,xw): fix LED RSSI indication") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/generic-ubnt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/generic-ubnt.mk b/target/linux/ar71xx/image/generic-ubnt.mk
index ac02be57db..5db5c878fc 100644
--- a/target/linux/ar71xx/image/generic-ubnt.mk
+++ b/target/linux/ar71xx/image/generic-ubnt.mk
@@ -57,6 +57,7 @@ endef
define Device/ubnt-xw
$(Device/ubnt)
+ DEVICE_PACKAGES += rssileds
UBNT_TYPE := XW
UBNT_CHIP := ar934x
endef