Openwrt build for Asrock G10 Router
Go to file
Felix Fietkau 38dc678166 gcc: refresh patches for version 7.3.0
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-02-26 19:13:55 +01:00
.github
config config: fix ARM64 dependency check 2018-02-10 20:16:39 +01:00
include netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support 2018-02-21 20:12:42 +01:00
package iptables: fix compile with kernel 3.18 2018-02-26 17:52:15 +01:00
scripts scripts/metadata.pm: allow group-only Require-User specs 2018-02-26 07:19:46 +01:00
target kernel: generic: add 4.14 config option 2018-02-26 16:34:41 +01:00
toolchain gcc: refresh patches for version 7.3.0 2018-02-26 19:13:55 +01:00
tools tools/mkimage: copy mkenvimage to bin directory 2018-02-13 10:01:52 +01:00
.gitattributes
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile
README
rules.mk rules.mk: drop include_mk build rule 2018-01-26 12:55:14 +01:00

This is the buildsystem for the OpenWrt Linux distribution.

Please use "make menuconfig" to choose your preferred
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.

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 Community
	http://www.openwrt.org