ath79: GL.iNet AR300M-nand/nor: correct LAN LED
authorAndreas Ziegler <dev@andreas-ziegler.de>
Tue, 19 Mar 2019 16:41:24 +0000 (17:41 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Wed, 20 Mar 2019 23:57:54 +0000 (00:57 +0100)
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>
target/linux/ath79/base-files/etc/board.d/01_leds

index db5a6a4578b416adab8045848c55ab0852a02129..21453b370aafd3f72f5668a313a4f1e88f81f65f 100755 (executable)
@@ -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"