ramips: add omni plug leds
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42201
This commit is contained in:
parent
d04cab8dfc
commit
ff3ea02772
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@ case $board in
|
|||
ucidef_set_led_netdev "eth" "ETH" "emb:green:eth" "eth0"
|
||||
set_wifi_led "emb:green:wifi"
|
||||
;;
|
||||
omni-plug)
|
||||
set_wifi_led "miniplug:green:wlan"
|
||||
set_usb_led "miniplug:green:mobile"
|
||||
;;
|
||||
px4885)
|
||||
set_wifi_led "7links:orange:wifi"
|
||||
set_usb_led "7links:blue:storage"
|
||||
|
|
Loading…
Reference in a new issue