Openwrt build for Asrock G10 Router
Go to file
2012-01-27 11:06:32 +00:00
docs
include autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this 2012-01-20 21:31:03 +00:00
package ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo wzr-hp-g450h 2012-01-27 11:06:32 +00:00
scripts ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS 2012-01-19 00:03:52 +00:00
target ar71xx: use 64k block size for WZR-HP-AG300H 2012-01-27 10:42:41 +00:00
toolchain eglibc 2.14 needs our eglibc patchset as well 2012-01-21 19:39:37 +00:00
tools firmware-utils/mkmylofw: add WPE72 support 2012-01-26 17:01:43 +00:00
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile abort built in prereq target if there is no site config file for the current target 2012-01-19 12:19:28 +00:00
README trying to make README file a bit more helpful 2012-01-21 01:15:24 +00:00
rules.mk use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. 2012-01-18 03:08:09 +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.

Run "./scripts/feeds update" to get the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install" to install symlinks into "package/feeds/*".

Use "make menuconfig" to configure your image.

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.

To build your own firmware you need to have access to a Linux, BSD or MacOSX system
(case-sensitive filesystem required). Cygwin will not be supported because of
the lack of case sensitiveness in the file system.


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