Go to file
2019-01-10 16:35:02 +08:00
.github Add Issue submission template (redirect to bugs.lede-project.org) 2016-09-01 09:01:04 -04:00
config merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
include merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
package ppp: add shellsync ppp support 2019-01-05 23:14:39 +08:00
scripts merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
target Update mach-tl-wr1043nd.c 2019-01-10 16:35:02 +08:00
toolchain merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
tools merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
.gitattributes add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files 2012-05-08 13:30:49 +00:00
.gitignore gitignore: add /overlay 2017-01-15 18:16:29 +01:00
BSDmakefile add missing copyright header 2007-02-26 01:05:09 +00:00
Config.in merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
feeds.conf.default merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
LICENSE finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00
Makefile merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
README merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00
rules.mk merge with Openwrt 18.06 stable 2019-01-02 21:02:03 +08:00

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------

This is the buildsystem for the OpenWrt Linux distribution.

To build your own firmware you need a Linux, BSD or MacOSX system (case
sensitive filesystem required). Cygwin is unsupported because of the lack
of a case sensitive file system.

You need gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff,
unzip, gawk, getopt, subversion, libz-dev and libc headers installed.

1. Run "./scripts/feeds update -a" to obtain all the latest package definitions
defined in feeds.conf / feeds.conf.default

2. Run "./scripts/feeds install -a" to install symlinks for all obtained
packages into package/feeds/

3. Run "make menuconfig" to select your preferred configuration for the
toolchain, target system & firmware packages.

4. Run "make" to build your firmware. This will download all sources, build
the cross-compile toolchain and then cross-compile the Linux kernel & all
chosen applications for your target system.

Sunshine!
	Your OpenWrt Community
	http://www.openwrt.org