ramips: add omni plug leds
authorJohn Crispin <blogic@openwrt.org>
Mon, 18 Aug 2014 16:09:21 +0000 (16:09 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 18 Aug 2014 16:09:21 +0000 (16:09 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42201 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 93fc5c2..01e2363 100755 (executable)
@@ -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"