mbedtls: re-enable RC4 support (needed by transmission and others)
[openwrt/staging/lynxis/omap.git] / README
1 This is the buildsystem for the LEDE Linux distribution.
2
3 Please use "make menuconfig" to choose your preferred
4 configuration for the toolchain and firmware.
5
6 You need to have installed gcc, binutils, bzip2, flex, python, perl, make,
7 find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.
8
9 Run "./scripts/feeds update -a" to get all the latest package definitions
10 defined in feeds.conf / feeds.conf.default respectively
11 and "./scripts/feeds install -a" to install symlinks of all of them into
12 package/feeds/.
13
14 Use "make menuconfig" to configure your image.
15
16 Simply running "make" will build your firmware.
17 It will download all sources, build the cross-compile toolchain,
18 the kernel and all choosen applications.
19
20 To build your own firmware you need to have access to a Linux, BSD or MacOSX system
21 (case-sensitive filesystem required). Cygwin will not be supported because of
22 the lack of case sensitiveness in the file system.
23
24
25 Sunshine!
26 Your LEDE Community
27 http://www.lede-project.org
28
29