aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-26 11:43:53 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-26 11:43:53 +0000
commit518aa56669618d97429d8f8c62c4a162a53bc3b1 (patch)
treedbfdcd21a85c995110269f2fc1720ef6b66271a6 /target/linux/ramips/base-files/etc/board.d
parentcd553a2a7bc68edee8c7dcc8ea385daed971c742 (diff)
downloadmaster-187ad058-518aa56669618d97429d8f8c62c4a162a53bc3b1.tar.gz
master-187ad058-518aa56669618d97429d8f8c62c4a162a53bc3b1.tar.bz2
master-187ad058-518aa56669618d97429d8f8c62c4a162a53bc3b1.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49247 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
2 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 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"
;;
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 28fcc61352..c6c740f623 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -81,6 +81,7 @@ ramips_setup_interfaces()
whr-300hp2|\
whr-600d|\
witi|\
+ wndr3700v5|\
wsr-1166|\
wsr-600|\
wt1520|\