diff options
author | Leo Soares <leo@hyper.ag> | 2022-07-31 15:28:47 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-03 11:49:18 +0100 |
commit | 0657576ce190b23646e22de1440bd0fe0c3c08c6 (patch) | |
tree | ef65de46b149f9e0a51dd2b590516e326f302cf2 | |
parent | 428d720c7f90715aa535b42f24cbe0293966ec15 (diff) | |
download | upstream-0657576ce190b23646e22de1440bd0fe0c3c08c6.tar.gz upstream-0657576ce190b23646e22de1440bd0fe0c3c08c6.tar.bz2 upstream-0657576ce190b23646e22de1440bd0fe0c3c08c6.zip |
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@hyper.ag>
(cherry picked from commit 35a0f2b00c44a43ad087327f0cbdb1c9c5e60c49)
Signed-off-by: Tom Herbers <mail@tomherbers.de>
-rw-r--r-- | target/linux/ath79/nand/base-files/etc/board.d/01_leds | 1 |
1 files changed, 1 insertions, 0 deletions
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" |