Openwrt build for Asrock G10 Router
Go to file
Felix Fietkau dc70c78404 remove useless newlines
SVN-Revision: 6314
2007-02-16 19:45:26 +00:00
docs document make kernel_menuconfig 2007-02-16 17:16:45 +00:00
include make kernel_menuconfig work without target toolchain 2007-02-16 17:28:22 +00:00
package fix memleak in uniq (#1354) 2007-02-16 19:15:30 +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 remove useless newlines 2007-02-16 19:45:26 +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 Remove getline definition for OSX since we ship a getline implementation 2007-01-05 15:29:21 +00:00
BSDmakefile finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00
Config.in
LICENSE
Makefile make kernel_menuconfig work without target toolchain 2007-02-16 17:28:22 +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