2012-01-21 01:15:24 +00:00
|
|
|
This is the buildsystem for the OpenWrt Linux distribution.
|
2005-02-19 13:00:30 +00:00
|
|
|
|
|
|
|
Please use "make menuconfig" to configure your appreciated
|
|
|
|
configuration for the toolchain and firmware.
|
|
|
|
|
2013-03-07 17:32:29 +00:00
|
|
|
You need to have installed gcc, binutils, bzip2, flex, python, perl
|
|
|
|
make, find, grep, diff, unzip, gawk, getopt, 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
|
|
|
You can use "scripts/flashing/flash.sh" for remotely updating your embedded
|
2008-12-31 14:52:23 +00:00
|
|
|
system via tftp.
|
2005-02-19 13:00:30 +00:00
|
|
|
|
2007-01-05 15:30:25 +00:00
|
|
|
The OpenWrt system is documented in docs/. You will need a LaTeX distribution
|
2012-01-21 01:15:24 +00:00
|
|
|
and the tex4ht package to build the documentation. Type "make -C docs/" to build it.
|
|
|
|
|
|
|
|
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!
|
2005-02-23 21:01:20 +00:00
|
|
|
Your OpenWrt Project
|
2005-04-02 12:12:58 +00:00
|
|
|
http://openwrt.org
|
2005-02-19 13:00:30 +00:00
|
|
|
|
|
|
|
|