浏览代码

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 <[email protected]>
Koen Vandeputte 6 年之前
父节点
当前提交
8c9f255ce5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/ar71xx/image/generic-ubnt.mk

+ 1 - 0
target/linux/ar71xx/image/generic-ubnt.mk

@@ -57,6 +57,7 @@ endef
 
 
 define Device/ubnt-xw
 define Device/ubnt-xw
   $(Device/ubnt)
   $(Device/ubnt)
+  DEVICE_PACKAGES += rssileds
   UBNT_TYPE := XW
   UBNT_TYPE := XW
   UBNT_CHIP := ar934x
   UBNT_CHIP := ar934x
 endef
 endef