diff options
author | Andreas Ziegler <dev@andreas-ziegler.de> | 2019-03-19 17:41:24 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-03-21 00:57:54 +0100 |
commit | 78b9d57882ea3573fcb24993e8b9f1540943fac9 (patch) | |
tree | 6f574b1ee0b3a7868777df37ed66e9ddbf3cbb72 /target/linux | |
parent | 41bceb0d4e0fa499d566c9a955b9b267dff091cb (diff) | |
download | upstream-78b9d57882ea3573fcb24993e8b9f1540943fac9.tar.gz upstream-78b9d57882ea3573fcb24993e8b9f1540943fac9.tar.bz2 upstream-78b9d57882ea3573fcb24993e8b9f1540943fac9.zip |
ath79: GL.iNet AR300M-nand/nor: correct LAN LED
The port labled as "LAN" is eth1.
That's different from the -lite variant,
where the only existing port eth0 is used as LAN
Signed-off-by: Andreas Ziegler <dev@andreas-ziegler.de>
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/01_leds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index db5a6a4578..21453b370a 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -65,7 +65,7 @@ glinet,gl-ar150) ;; glinet,gl-ar300m-nand|\ glinet,gl-ar300m-nor) - ucidef_set_led_netdev "lan" "LAN" "gl-ar300m:green:lan" "eth0" + ucidef_set_led_netdev "lan" "LAN" "gl-ar300m:green:lan" "eth1" ;; glinet,gl-ar300m-lite) ucidef_set_led_netdev "lan" "LAN" "gl-ar300m-lite:green:lan" "eth0" |