[OpenWrt-Devel] [PATCH] ath79: GL.iNet AR300M-nand/nor: correct LAN LED
Christian Lamparter
chunkeey at gmail.com
Tue Mar 19 12:25:35 EDT 2019
On Tuesday, March 19, 2019 12:59:16 AM CET Andreas Ziegler wrote:
> The port labled as "LAN" is eth1.
> That's different from the -lite variant,
> where the only existing port eth0 is used as LAN
Please resend your patch with a Signed-off-by.
> ---
> target/linux/ath79/base-files/etc/board.d/01_leds | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 0b0dda3bcf..66247ca55d 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"
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list