summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-19 22:36:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-19 22:36:41 +0000
commit7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8 (patch)
tree6c5bf63226e490857d83385c77bdf55970f8089d /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parent8b50ecc6ffa8439405b7fce3737eea2464ba591c (diff)
downloadmtk-20170518-7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8.zip
mtk-20170518-7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8.tar.gz
mtk-20170518-7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8.tar.bz2
ar71xx: add user-space support for the WD My Net N600 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38074
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
index f55f1fe..845de4e 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -86,6 +86,14 @@ mr600)
ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
;;
+mynet-n600)
+ ucidef_set_led_netdev "wan" "WAN" "wd:blue:internet" "eth1"
+ ucidef_set_led_switch "lan1" "LAN1" "wd:green:lan1" "switch0" "0x02"
+ ucidef_set_led_switch "lan2" "LAN2" "wd:green:lan2" "switch0" "0x10"
+ ucidef_set_led_switch "lan3" "LAN3" "wd:green:lan3" "switch0" "0x08"
+ ucidef_set_led_switch "lan4" "LAN4" "wd:green:lan4" "switch0" "0x04"
+ ;;
+
mzk-w04u)
ucidef_set_led_usbdev "usb" "USB" "planex:green:usb" "1-1"
;;