projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93034bf
)
ar71xx: add rssileds for xw devices
author
Koen Vandeputte
<
[email protected]
>
Mon, 11 Feb 2019 08:24:11 +0000
(09:24 +0100)
committer
Koen Vandeputte
<
[email protected]
>
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 <
[email protected]
>
target/linux/ar71xx/image/generic-ubnt.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/generic-ubnt.mk
b/target/linux/ar71xx/image/generic-ubnt.mk
index ac02be57db2a416b8c7d3ae14e0889414c0f6769..5db5c878fcdfb438ad67e21899cdcd62bfed0b03 100644
(file)
--- 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