Openwrt build for Asrock G10 Router
Go to file
John Crispin f3bdc4a76a ar71xx: Unify ath10k calibration data loading
Currently one board uses the "proper" way of providing firmware
with the name ath10k/cal-pci-<pci address>.bin, whereas other
boards patch board.bin template in preinit and rely on a custom
ath10k patch to use calibration data from the template.

This patch makes all boards use the first method.

Signed-off-by: Matti Laakso <malaakso@elisanet.fi>

SVN-Revision: 46244
2015-07-07 13:47:57 +00:00
config hardening: disable user-space SSP for !musl 2015-06-29 16:44:27 +00:00
docs
include kernel: assume modules.builtin is always present 2015-07-05 21:31:34 +00:00
package mac80211: ath9k: fix qca956x name also 2015-07-07 13:47:51 +00:00
scripts scripts/feeds: observe -p flag for preferential feeds 2015-06-24 10:57:20 +00:00
target ar71xx: Unify ath10k calibration data loading 2015-07-07 13:47:57 +00:00
toolchain toolchain: binutils: enhance build reproducability 2015-06-29 06:47:42 +00:00
tools ar71xx: Add Support for the Bitmain Antminer S3 2015-07-07 13:46:54 +00:00
.gitattributes
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile
README
rules.mk toolchain: only use fortify-headers for musl 2015-06-29 06:47:49 +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, bzip2, flex, python, perl, make,
find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.

Run "./scripts/feeds update -a" to get all the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install -a" to install symlinks of all of them 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