[openwrt/openwrt] ath79: add LTE led for GL.iNet GL-XE300
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 3 02:50:45 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/0657576ce190b23646e22de1440bd0fe0c3c08c6
commit 0657576ce190b23646e22de1440bd0fe0c3c08c6
Author: Leo Soares <leo at hyper.ag>
AuthorDate: Sun Jul 31 15:28:47 2022 +0100
ath79: add LTE led for GL.iNet GL-XE300
This commit adds the LTE led for GL.iNet GL-XE300
to the default leds config.
Signed-off-by: Leo Soares <leo at hyper.ag>
(cherry picked from commit 35a0f2b00c44a43ad087327f0cbdb1c9c5e60c49)
Signed-off-by: Tom Herbers <mail at tomherbers.de>
---
target/linux/ath79/nand/base-files/etc/board.d/01_leds | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ath79/nand/base-files/etc/board.d/01_leds b/target/linux/ath79/nand/base-files/etc/board.d/01_leds
index e493298457..8b5df624a4 100644
--- a/target/linux/ath79/nand/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/nand/base-files/etc/board.d/01_leds
@@ -17,6 +17,7 @@ glinet,gl-ar300m-nor)
glinet,gl-xe300)
ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1"
ucidef_set_led_switch "lan" "LAN" "green:lan" "switch0" "0x10"
+ ucidef_set_led_netdev "3gnet" "LTE" "green:lte" "wwan0"
;;
netgear,r6100)
ucidef_set_led_netdev "wan-green" "WAN (green)" "green:wan" "eth1"
More information about the lede-commits
mailing list