1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
OpenWrt Source Repository https://openwrt.org/
Go to file
Rosen Penev 8f02ab1839 toolchain: Simplify libc selection
uClibc-ng is only needed for ARC. Simplify the conditions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-21 13:28:18 +02:00
.github build: Update README & github help 2018-07-08 09:41:53 +01:00
config config: remove unused GCC_VERSION_4_8 config symbols 2019-10-09 09:13:44 +02:00
include image: add magic number option for append-uImage-fakehdr 2019-10-21 13:27:12 +02:00
package uboot-envtools: remove erasesize from MMC config 2019-10-21 12:28:03 +02:00
scripts build: create JSON files containing image info 2019-09-29 13:51:28 +02:00
target ar71xx: WNDR4300: fix WAN LED behaviour 2019-10-21 13:24:27 +02:00
toolchain toolchain: Simplify libc selection 2019-10-21 13:28:18 +02:00
tools tplink-safeloader: fix compilation warnings 2019-10-19 13:16:57 +02:00
.gitattributes
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile build: add buildinfo as single Makefile target 2019-10-17 14:01:33 +02:00
README build: switch to Python 3 2019-07-26 08:09:16 +02:00
rules.mk toolchain,build: prefer -ffile-prefix-map for gcc-8+ 2019-10-09 09:13:44 +02: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, python3.5+, 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