diff options
author | Leo Soares <leo@hyper.ag> | 2022-07-31 15:28:47 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-08-05 14:10:42 +0200 |
commit | 35a0f2b00c44a43ad087327f0cbdb1c9c5e60c49 (patch) | |
tree | 32dfb6a00fb261da1c38f1954bac9b4a30237c8a /target/linux/ath79/nand | |
parent | 4cccea02a60aee0dd77c4db35672c92e2fe384a1 (diff) | |
download | upstream-35a0f2b00c44a43ad087327f0cbdb1c9c5e60c49.tar.gz upstream-35a0f2b00c44a43ad087327f0cbdb1c9c5e60c49.tar.bz2 upstream-35a0f2b00c44a43ad087327f0cbdb1c9c5e60c49.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>
Diffstat (limited to 'target/linux/ath79/nand')
-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 41c4fa2527..ce22d0e3ce 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,pgzng1) ucidef_set_led_wlan "wlan" "WLAN" "green:wlan" "phy0tpt" |