ar71xx: add rssileds for xw devices
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Mon, 11 Feb 2019 08:24:11 +0000 (09:24 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Mon, 11 Feb 2019 08:24:11 +0000 (09:24 +0100)
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>
target/linux/ar71xx/image/generic-ubnt.mk

index ac02be57db2a416b8c7d3ae14e0889414c0f6769..5db5c878fcdfb438ad67e21899cdcd62bfed0b03 100644 (file)
@@ -57,6 +57,7 @@ endef
 
 define Device/ubnt-xw
   $(Device/ubnt)
+  DEVICE_PACKAGES += rssileds
   UBNT_TYPE := XW
   UBNT_CHIP := ar934x
 endef