mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
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>
This commit is contained in:
parent
41bceb0d4e
commit
78b9d57882
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user