Openwrt build for Asrock G10 Router
Go to file
2012-01-18 03:03:24 +00:00
docs
include tools: clean up Makefiles / make ccache work 2012-01-15 11:43:13 +00:00
package rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa) 2012-01-16 08:14:27 +00:00
scripts add ext-toolchain.sh, a utility for external toolchains The ext-toolchain.sh utility script implements various external toolchain tasks: * Testing of available features, like c++, soft-float or ipv6 support * Finding the libc implementation (uclibc or eglibc/glibc) * Inferring the GNU target name * Finding shared objects for packaging (libc, libpthread, ...) * Finding executables for packaging (ldd, gdbserver, ...) * Generating wrapper scripts for toolchain commands 2012-01-18 03:03:24 +00:00
target gigaset 76x 2012-01-17 12:10:35 +00:00
toolchain upgrade to latest linaro releases 2012-01-14 22:52:40 +00:00
tools tools: clean up Makefiles / make ccache work 2012-01-15 11:43:13 +00:00
.gitignore
BSDmakefile
Config.in if CONFIG_BUILD_NLS is selected, compile uClibc with locale support 2012-01-01 15:11:11 +00:00
feeds.conf.default
LICENSE
Makefile
README
rules.mk tools: clean up Makefiles / make ccache work 2012-01-15 11:43:13 +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