From: Paul Wassi Date: Fri, 4 Jan 2019 22:35:09 +0000 (+0100) Subject: ath79: change ledtrig on GL.iNet AR150 X-Git-Tag: v19.07.0-rc1~1311 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=97fcd2622a7b727bf16c2073f760ea2c52622cd6;p=oweals%2Fopenwrt.git ath79: change ledtrig on GL.iNet AR150 Change the ledtrig for LAN from netdev to switch. Although eth1 comes out of the device at a single port, this port is a switch-port and therefore the LED must be triggered by that. Signed-off-by: Paul Wassi --- 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 6b4bec56ce..804f1fca82 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -52,7 +52,7 @@ etactica,eg200) ;; glinet,gl-ar150) ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0" - ucidef_set_led_netdev "lan" "LAN" "$boardname:green:lan" "eth1" + ucidef_set_led_switch "lan" "LAN" "$boardname:green:lan" "switch0" "0x02" ;; glinet,gl-x750) ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0"