Openwrt build for Asrock G10 Router
Go to file
Daniel Engberg 097f3aadec toolchain/binutils: Use xz tarballs where possible
Switch to xz for 2.29.1 and 2.30
These tarballs are about 10Mbyte smaller than bz2.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-29 18:58:20 +02:00
.github
config
include tools/zlib: move zlib build to tools 2018-04-28 15:28:59 +02:00
package uboot-mvebu: Fix build with libressl 2.7.2 2018-04-29 10:13:14 +02:00
scripts scripts/feeds: add support for git feeds with submodules 2018-04-27 15:19:19 +02:00
target arm64: enable harden branch predictor 2018-04-27 21:34:18 +02:00
toolchain toolchain/binutils: Use xz tarballs where possible 2018-04-29 18:58:20 +02:00
tools tools/make-ext4fs: Fix build on MacOSX 2018-04-29 00:57:07 +02:00
.gitattributes
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile
README
rules.mk

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