summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-18 16:09:21 +0000
committerJohn Crispin <john@openwrt.org>2014-08-18 16:09:21 +0000
commitff3ea027720777b3dd6256d95cd5b81039178c18 (patch)
treebcb8388c6c8d8c09c89ca5c4d99bf478adc09764
parentd04cab8dfc8340b530363c6afc99c86dccb075d1 (diff)
downloadmtk-20170518-ff3ea027720777b3dd6256d95cd5b81039178c18.zip
mtk-20170518-ff3ea027720777b3dd6256d95cd5b81039178c18.tar.gz
mtk-20170518-ff3ea027720777b3dd6256d95cd5b81039178c18.tar.bz2
ramips: add omni plug leds
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42201
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 93fc5c2..01e2363 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/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"