From: BangLang Huang Date: Fri, 2 Dec 2016 01:33:23 +0000 (+0800) Subject: ramips: Fix led init script for Lenovo Y1/Y1s X-Git-Tag: v17.01.0-rc1~607 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=960c477432475fb672a1c9b696a4419b9b644342 ramips: Fix led init script for Lenovo Y1/Y1s This commit fix the led init script for Lenovo Y1 and Y1S due to the manual and dts file. Signed-off-by: BangLang Huang --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index ab077bff13..99720391a0 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -339,11 +339,18 @@ wndr3700v5) wt3020) ucidef_set_led_default "power" "power" "$board:blue:power" "0" ;; -y1|\ +y1) + set_usb_led "$board:blue:usb" + ucidef_set_led_netdev "wifi" "WIFI" "$board:blue:wifi" "wlan1" + ucidef_set_led_netdev "wifi5g" "WIFI5G" "$board:blue:wifi5g" "wlan0" + ucidef_set_led_netdev "lan" "LAN" "$board:blue:lan" "eth0.1" "tx rx" + ucidef_set_led_netdev "wan" "WAN" "$board:blue:internet" "eth0.2" "tx rx" + ;; y1s) - ucidef_set_led_default "power" "power" "$board:blue:power" "1" set_usb_led "$board:blue:usb" - set_wifi_led "$board:blue:wifi" + ucidef_set_led_netdev "wifi" "WIFI" "$board:yellow:wifi" "wlan1" + ucidef_set_led_netdev "wifi5g" "WIFI5G" "$board:blue:wifi" "wlan0" + ucidef_set_led_netdev "wan" "WAN" "$board:blue:internet" "eth0.2" "tx rx" ;; zbt-ape522ii) ucidef_set_led_netdev "wlan2g4" "wlan1-link" "$board:green:wlan2g4" "wlan1"