2
0
forked from Ivasoft/openwrt

ar71xx: add support for the WNDR3700v2 board

Based on a patch by Mark Mentovai <mark@moxienet.com>

SVN-Revision: 25118
This commit is contained in:
Gabor Juhos
2011-01-26 20:35:42 +00:00
parent 25feec0c9c
commit 67c3e0bf7e
7 changed files with 158 additions and 10 deletions

View File

@@ -23,6 +23,6 @@ commit system
EOF
}
if [ "${board}" == "wndr3700" ]; then
if [ "${board}" == "wndr3700" -o "${board}" == "wndr3700v2" ]; then
wndr3700_set_wan_led
fi