aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-01 21:18:54 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-01 21:18:54 +0000
commit00431250ef967a6e2b6fcc24457b0919f96b5c0d (patch)
treec1662f52a6aaff6455d29d038e1bc1be01eb6faa /target/linux/lantiq/base-files
parent1351936e19016ff3d93fc1fd8e8e0201a4d07c2e (diff)
downloadmaster-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.tar.gz
master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.tar.bz2
master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/01_leds8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/01_leds b/target/linux/lantiq/base-files/etc/board.d/01_leds
index ac9e14ec57..39b693ac19 100755
--- a/target/linux/lantiq/base-files/etc/board.d/01_leds
+++ b/target/linux/lantiq/base-files/etc/board.d/01_leds
@@ -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"
;;
*)
;;