diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-11 09:24:11 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-11 09:24:11 +0100 |
commit | 8c9f255ce56a43ecd49c80688052a02029c4fa52 (patch) | |
tree | a352220644ade09145b62492867dbbdbc95826f6 /target/linux/ar71xx/image/generic-ubnt.mk | |
parent | 93034bf7f0a246cd99ca9bfa7c8961ae26989a37 (diff) | |
download | upstream-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/generic-ubnt.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic-ubnt.mk | 1 |
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 |