Openwrt build for Asrock G10 Router
Go to file
Syrone Wong e8bc0834e7 scripts/ipkg-build: fix deprecated GZIP environment variable warning
According to gzip 1.7 release note:

The GZIP environment variable is now obsolescent; gzip now warns if
it is used, and rejects attempts to use dangerous options or operands.
You can use an alias or script instead.

Fix this warning by using pipe instead

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2016-05-13 17:03:53 +02:00
config build: remove leftover dependenices on TARGET_rdc 2016-05-12 17:43:48 +02:00
docs
include kernel: remove leftover kernel version for 4.3 2016-05-12 16:08:44 +02:00
package e2fsprogs: update to 1.42.13 2016-05-13 17:03:53 +02:00
scripts scripts/ipkg-build: fix deprecated GZIP environment variable warning 2016-05-13 17:03:53 +02:00
target arm64: add missing kconfig symbol 2016-05-13 17:03:53 +02:00
toolchain
tools tools/firmware-utils: remove obsolete firmware utility for airlink 525w 2016-05-12 17:40:29 +02:00
.gitattributes
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile
README README: Update project README 2016-05-12 03:29:36 +02:00
rules.mk

This is the buildsystem for the LEDE 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 LEDE Community
	http://www.lede-project.org