From: Koen Vandeputte Date: Mon, 11 Feb 2019 08:24:11 +0000 (+0100) Subject: ar71xx: add rssileds for xw devices X-Git-Tag: v19.07.0-rc1~1352 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=inline;h=8c9f255ce56a43ecd49c80688052a02029c4fa52;p=openwrt%2Fopenwrt.git 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 --- 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