forked from Ivasoft/openwrt
lantiq: use devicename:colour:function led naming scheme
The leds of the following boards are not renamed due to lack of manuals/informations: - ARV7519PW - ARV7510PW22 - ARV4510PW The leds of the ARV4518PWR01* boards are unchanged, since the leds doesn't match the leds from the manual or pictures (e.g. there shouldn't be a wps led). Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48042
This commit is contained in:
@@ -31,16 +31,16 @@ BTHOMEHUBV5A)
|
||||
ucidef_set_led_default "dimmed" "dimmed" "dimmed" "0"
|
||||
;;
|
||||
VGV7510KW22)
|
||||
ucidef_set_led_wlan "wifi" "wifi" "wifi" "phy0radio"
|
||||
ucidef_set_led_wlan "wifi" "wifi" "vgv7510kw22:green:wlan" "phy0radio"
|
||||
;;
|
||||
VGV7519)
|
||||
ucidef_set_led_wlan "wifi" "wifi" "wireless_yellow" "phy0radio"
|
||||
ucidef_set_led_wlan "wifi" "wifi" "vgv7519:green:wireless" "phy0radio"
|
||||
;;
|
||||
P2812HNUF*)
|
||||
ucidef_set_led_wlan "wifi" "wifi" "wireless_green" "phy0radio"
|
||||
ucidef_set_led_wlan "wifi" "wifi" "p2812hnufx:green:wlan" "phy0radio"
|
||||
;;
|
||||
ARV7519RW22)
|
||||
ucidef_set_led_netdev "lan" "lan" "lan" "eth0.1"
|
||||
ucidef_set_led_netdev "lan" "lan" "arv7519rw22:green:lan" "eth0.1"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user