Openwrt build for Asrock G10 Router
Go to file
Hauke Mehrtens 5d3b728372 brcm47xx: board detection WNDR3400v2
WNDR3400v2 is based on BCM53xx . Image that is created breaks the router somehow therefore "#".

CFE and NVRAM contain different vars - example:
CFE line original: Device eth0:  hwaddr 74-44-01-37-C6-69, ipaddr 192.168.1.1, mask 255.255.255.0
CFE after openwrt: Device eth0:  hwaddr 00-FF-FF-FF-FF-FF, ipaddr 192.168.1.1, mask 255.255.255.0

Logs were posted earlier on this mailing list: https://lists.openwrt.org/pipermail/openwrt-devel/2012-July/016174.html
Different logs with factory firmware are in the wiki: http://wiki.openwrt.org/toh/netgear/wndr3400#wndr3400v2
(and on wikidevi for example)

Signed off by: Dirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 35790
2013-02-25 20:55:46 +00:00
docs
include include/toplevel.mk: print warnings/errors to stderr 2013-02-21 11:45:22 +00:00
package ath9k: issue a cold reset after failures or after bringing the chip out of full sleep - fixes many kinds of DMA issues 2013-02-25 19:53:31 +00:00
scripts scripts/symlink-tree.sh: print warnings/errors to stderr 2013-02-21 11:45:27 +00:00
target brcm47xx: board detection WNDR3400v2 2013-02-25 20:55:46 +00:00
toolchain toolchain: uclibc: fix typo in uclibc common config 2013-02-21 11:45:07 +00:00
tools firmware-utils/mktplinkfw: add support for the TL-WA830RE v1/v2 boards 2013-02-25 20:37:32 +00:00
.gitattributes
.gitignore
BSDmakefile
Config.in mac80211: update to wireless-testing 2013-02-22 2013-02-23 01:12:36 +00:00
feeds.conf.default
LICENSE
Makefile
README
rules.mk

This is the buildsystem for the OpenWrt Linux distribution.

Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.

You need to have installed gcc, binutils, patch, bzip2, flex,
make, gettext, pkg-config, unzip, libz-dev and libc headers.

Run "./scripts/feeds update" to get the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install" to install symlinks into "package/feeds/*".

Use "make menuconfig" to configure your image.

Simply running "make" will build your firmware.
It will download all sources, build the cross-compile toolchain, 
the kernel and all choosen applications.

You can use "scripts/flashing/flash.sh" for remotely updating your embedded
system via tftp.

The OpenWrt system is documented in docs/. You will need a LaTeX distribution
and the tex4ht package to build the documentation. Type "make -C docs/" to build it.

To build your own firmware you need to have access to a Linux, BSD or MacOSX system
(case-sensitive filesystem required). Cygwin will not be supported because of
the lack of case sensitiveness in the file system.


Sunshine!
	Your OpenWrt Project
	http://openwrt.org