Openwrt build for Asrock G10 Router
Go to file
2011-03-27 19:19:51 +00:00
docs
include global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance 2011-03-26 01:07:12 +00:00
package ubus: update to 2011-03-27 (includes an API simplification for object signatures), use PKG_MIRROR_MD5SUM 2011-03-27 18:21:45 +00:00
scripts
target ramips: setup GPIO chip functions on the fly 2011-03-27 19:19:51 +00:00
toolchain
tools tools/cmake: update to version 2.8.4 2011-03-24 11:27:07 +00:00
.gitignore
BSDmakefile
Config.in add a kernel config option for magic sysrq 2011-03-17 23:14:12 +00:00
feeds.conf.default
LICENSE
Makefile
README
rules.mk Revert "kernel: remove all local symbols from kernel modules at link time to reduce their size" Use -x when stripping kernel modules instead 2011-03-26 15:29:53 +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