Browse Source

ramips: add omni plug leds

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 42201
John Crispin 11 years ago
parent
commit
ff3ea02772
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/ramips/base-files/etc/board.d/01_leds

+ 4 - 0
target/linux/ramips/base-files/etc/board.d/01_leds

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