From 83708f233daceacebd1c49da44711cc87b49162a Mon Sep 17 00:00:00 2001 From: Lech Perczak Date: Sun, 17 Nov 2019 20:57:10 +0100 Subject: ar71xx: ubnt-rocket-m-ti: fix RSSI LED definitions When mapping for RSSI LEDs was defined for interface wlan0 on Ubiquiti Rocket M Titanium, it missed connection to actual interface. Therefore create the mapping to interface, so RSSI LEDs work without additional configuration, after starting rssileds service. While at that, split RSSI into ~equal intervals for 6 LEDs, and remove coefficients needed for PWM LEDs, as this board does not support PWM LEDs. Finally, for complete support, enable 'rssileds' package in per-device rootfs, so the indicator works out of box. Signed-off-by: Lech Perczak --- target/linux/ar71xx/image/generic-ubnt.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/image') diff --git a/target/linux/ar71xx/image/generic-ubnt.mk b/target/linux/ar71xx/image/generic-ubnt.mk index 7d78e330e3..539f0d82b3 100644 --- a/target/linux/ar71xx/image/generic-ubnt.mk +++ b/target/linux/ar71xx/image/generic-ubnt.mk @@ -217,6 +217,7 @@ TARGET_DEVICES += ubnt-rocket-m-xw define Device/ubnt-rocket-m-ti $(Device/ubnt-xw) DEVICE_TITLE := Ubiquiti Rocket M TI + DEVICE_PACKAGES += rssileds BOARDNAME := UBNT-RM-TI UBNT_TYPE := TI endef -- cgit v1.2.3