-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathREADME
More file actions
31 lines (21 loc) · 1.09 KB
/
README
File metadata and controls
31 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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, gettext, flex, python2, perl, make,
find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.
Run "./scripts/feeds update -i" to recreate the index for all packages
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install -a" to install symlinks of all of them into
package/feeds/.
* Do not run "./scripts/feeds update -a", since it will overwrite the
modified package definitions.
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