2016-03-25 05:40:13 +08:00
|
|
|
This is the buildsystem for the LEDE Linux distribution.
|
2005-02-19 21:00:30 +08:00
|
|
|
|
2016-05-12 21:59:11 +08:00
|
|
|
Please use "make menuconfig" to choose your preferred
|
2005-02-19 21:00:30 +08:00
|
|
|
configuration for the toolchain and firmware.
|
|
|
|
|
2014-08-31 20:06:32 +08:00
|
|
|
You need to have installed gcc, binutils, bzip2, flex, python, perl, make,
|
|
|
|
find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.
|
2005-04-15 18:26:39 +08:00
|
|
|
|
2013-03-06 21:29:29 +08:00
|
|
|
Run "./scripts/feeds update -a" to get all the latest package definitions
|
2012-01-21 09:15:24 +08:00
|
|
|
defined in feeds.conf / feeds.conf.default respectively
|
2013-03-06 21:29:29 +08:00
|
|
|
and "./scripts/feeds install -a" to install symlinks of all of them into
|
|
|
|
package/feeds/.
|
2012-01-21 09:15:24 +08:00
|
|
|
|
|
|
|
Use "make menuconfig" to configure your image.
|
|
|
|
|
|
|
|
Simply running "make" will build your firmware.
|
2005-03-12 09:22:56 +08:00
|
|
|
It will download all sources, build the cross-compile toolchain,
|
|
|
|
the kernel and all choosen applications.
|
2005-02-19 21:00:30 +08:00
|
|
|
|
2012-01-21 09:15:24 +08:00
|
|
|
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.
|
2005-04-02 20:12:58 +08:00
|
|
|
|
2005-04-15 18:26:39 +08:00
|
|
|
|
2005-04-02 20:12:58 +08:00
|
|
|
Sunshine!
|
2016-03-25 05:40:13 +08:00
|
|
|
Your LEDE Community
|
|
|
|
http://www.lede-project.org
|
2005-02-19 21:00:30 +08:00
|
|
|
|
|
|
|
|