2017-11-07 08:45:50 +00:00
|
|
|
This is the buildsystem for the OpenWrt Linux distribution.
|
2005-02-19 13:00:30 +00:00
|
|
|
|
2016-05-12 13:59:11 +00:00
|
|
|
Please use "make menuconfig" to choose your preferred
|
2005-02-19 13:00:30 +00:00
|
|
|
configuration for the toolchain and firmware.
|
|
|
|
|
2014-08-31 12:06:32 +00: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 10:26:39 +00:00
|
|
|
|
2013-03-06 13:29:29 +00:00
|
|
|
Run "./scripts/feeds update -a" to get all the latest package definitions
|
2012-01-21 01:15:24 +00:00
|
|
|
defined in feeds.conf / feeds.conf.default respectively
|
2013-03-06 13:29:29 +00:00
|
|
|
and "./scripts/feeds install -a" to install symlinks of all of them into
|
|
|
|
package/feeds/.
|
2012-01-21 01:15:24 +00:00
|
|
|
|
|
|
|
Use "make menuconfig" to configure your image.
|
|
|
|
|
|
|
|
Simply running "make" will build your firmware.
|
2005-03-12 01:22:56 +00:00
|
|
|
It will download all sources, build the cross-compile toolchain,
|
|
|
|
the kernel and all choosen applications.
|
2005-02-19 13:00:30 +00:00
|
|
|
|
2012-01-21 01:15:24 +00: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 12:12:58 +00:00
|
|
|
|
2005-04-15 10:26:39 +00:00
|
|
|
|
2005-04-02 12:12:58 +00:00
|
|
|
Sunshine!
|
2017-11-07 08:45:50 +00:00
|
|
|
Your OpenWrt Community
|
|
|
|
http://www.openwrt.org
|
2005-02-19 13:00:30 +00:00
|
|
|
|
|
|
|
|