diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-13 14:59:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-13 14:59:40 +0000 |
commit | 058998acdb05b859b1a85246fae668132a851756 (patch) | |
tree | d89afd7363500f12514b1de8126f05295a517d3a /target/linux/ar71xx/base-files | |
parent | 7f648456cdd9613cf1b970c022e4eb5f35263ffb (diff) | |
download | upstream-058998acdb05b859b1a85246fae668132a851756.tar.gz upstream-058998acdb05b859b1a85246fae668132a851756.tar.bz2 upstream-058998acdb05b859b1a85246fae668132a851756.zip |
ar71xx: Build images for Netgear WNDRMAC and WNDRMACv2
The WNDRMAC is a WNDR3700v2 (64MB RAM, 16MB flash) in a white case. The
WNDRMACv2 is a WNDR3800 (128MB RAM, 16MB flash) in a WNDRMAC case.
The WNDRMAC case doesn't have "holes" or labels for the 2.4GHz LED or
switch ports 2-4. The stock firmware uses a single LED (in the 5GHz
position) to indicate the status of both radios, and a single LED (in the
switch port 1 position) to indicate the status of all LAN ports. The
"missing" LEDs are present on the board, and easily shine through the
case. Unlike the stock firmware, OpenWrt will use these "hidden" LEDs.
I've tested the WNDRMACv2 image. I don't have a v1 WNDRMAC, but assume
that this is sufficient to build a fully-functional image.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 29513
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index bbd84d1703..c8a202e6fd 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -271,7 +271,7 @@ ar71xx_board_detect() { *WP543) name="wp543" ;; - *"WNDR3700/WNDR3800") + *"WNDR3700/WNDR3800/WNDRMAC") wndr3700_board_detect "$machine" ;; *WNR2000) |