Openwrt build for Asrock G10 Router
Go to file
2007-02-13 23:02:44 +00:00
docs add html output for the documentation (using tex4ht) 2007-01-25 13:15:57 +00:00
include fix multiport netfilter module installation (patch from #1280) 2007-02-13 03:08:48 +00:00
package fix tar segfault (patch from busybox svn rev. 17772) 2007-02-13 23:02:44 +00:00
scripts Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. 2007-02-12 23:50:40 +00:00
target make the uml kernel config compatible with both 32 bit and 64 bit systems 2007-02-13 15:20:45 +00:00
toolchain Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the supplied address family. This returns ipv4 addresses marked as ipv6 ones. 2007-01-27 15:13:06 +00:00
tools
BSDmakefile
Config.in
LICENSE
Makefile move "make symlinks" to "make package/symlinks" 2007-01-31 18:33:04 +00:00
README
rules.mk more fixes for rstrip.sh and kernel modules - fixes #1301 2007-02-09 16:24:34 +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, bison,
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/flash.sh for remotely updating your embedded system
via tftp.

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

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