From 8c9f255ce56a43ecd49c80688052a02029c4fa52 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Mon, 11 Feb 2019 09:24:11 +0100 Subject: [PATCH] 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 --- target/linux/ar71xx/image/generic-ubnt.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2