summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-26 11:43:53 +0000
committerJohn Crispin <john@openwrt.org>2016-04-26 11:43:53 +0000
commitcb049e71cdc08e17f664403a0ef970c480ae5c4a (patch)
tree9771f500ebce8f268f0370903107d82f28feefa3 /target/linux/ramips/base-files/etc/board.d/01_leds
parent7a7e27c6d049b5ae6baeaf892b148b1a24624546 (diff)
downloadmaster-31e0f0ae-cb049e71cdc08e17f664403a0ef970c480ae5c4a.tar.gz
master-31e0f0ae-cb049e71cdc08e17f664403a0ef970c480ae5c4a.tar.bz2
master-31e0f0ae-cb049e71cdc08e17f664403a0ef970c480ae5c4a.zip
ramips: Add support for the Netgear WNDR3700v5
https://wiki.openwrt.org/toh/netgear/wndr3700 wndr3700v5 uses the single-core dual thread MediaTek MT7621S SoC. Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 49247
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
1 files changed, 3 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 a263b524a2..aeaab3395a 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -271,6 +271,9 @@ wrh-300cr)
set_wifi_led "$board:green:wlan"
ucidef_set_led_netdev "lan" "lan" "$board:green:ethernet" "eth0"
;;
+wndr3700v5)
+ ucidef_set_led_default "power" "POWER" "$board:green:power" "0"
+ ;;
wt3020)
ucidef_set_led_default "power" "power" "$board:blue:power" "0"
;;