Openwrt build for Asrock G10 Router
Go to file
Hauke Mehrtens 9daa5485ba brcm47xx: add ssb debug option.
This fixes a problem with wrt350n.
It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS"

Thank you sn9 for fixing this problem.

SVN-Revision: 24626
2010-12-16 19:35:59 +00:00
docs
include autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them 2010-12-15 06:05:41 +00:00
package libtool: I don't know what crackhead thought that relinking with /usr/lib during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff. 2010-12-16 14:00:07 +00:00
scripts deptest: Also accept stamps that are broken links. 2010-12-08 16:08:14 +00:00
target brcm47xx: add ssb debug option. 2010-12-16 19:35:59 +00:00
toolchain upgrade the linaro gcc to the 2010.12 release 2010-12-14 09:50:59 +00:00
tools mpfr: reenable HOST_FIXUP, it *should* work okay now after r24570 2010-12-15 00:39:14 +00:00
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile
README
rules.mk - implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk 2010-12-13 19:04:33 +00:00

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.

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.

Building your own firmware you need to have access to a Linux, BSD or MacOSX system.
Cygwin will not be supported because of the lack of case sensitiveness.

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