ramips: add omni plug leds

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42201 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2014-08-18 16:09:21 +00:00
parent 3d2aca3002
commit ddd46bfee0
1 changed files with 4 additions and 0 deletions

View File

@ -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"