diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-26 20:35:42 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-26 20:35:42 +0000 |
commit | 9e07cb05fa87936116d72d4fafe2a27d84e65f37 (patch) | |
tree | a84f71b2d781bde43062f55eb941c36cd461b02f /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 0dbc0d2a8dc1c28cc08238c7ad5a0202ebd87d66 (diff) |
ar71xx: add support for the WNDR3700v2 board
Based on a patch by Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 b/target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 index a893a0ec1d..77fd057383 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 @@ -23,6 +23,6 @@ commit system EOF } -if [ "${board}" == "wndr3700" ]; then +if [ "${board}" == "wndr3700" -o "${board}" == "wndr3700v2" ]; then wndr3700_set_wan_led fi |