2012-01-21 09:15:24 +08:00
|
|
|
This is the buildsystem for the OpenWrt Linux distribution.
|
2005-02-19 21:00:30 +08:00
|
|
|
|
|
|
|
Please use "make menuconfig" to configure your appreciated
|
|
|
|
configuration for the toolchain and firmware.
|
|
|
|
|
2010-03-05 17:48:32 +08:00
|
|
|
You need to have installed gcc, binutils, patch, bzip2, flex,
|
2005-09-12 02:05:09 +08:00
|
|
|
make, gettext, pkg-config, unzip, libz-dev and libc headers.
|
2005-04-15 18:26:39 +08:00
|
|
|
|
2012-01-21 09:15:24 +08:00
|
|
|
Run "./scripts/feeds update" to get the latest package definitions
|
|
|
|
defined in feeds.conf / feeds.conf.default respectively
|
|
|
|
and "./scripts/feeds install" to install symlinks into "package/feeds/*".
|
|
|
|
|
|
|
|
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
|
|
|
You can use "scripts/flashing/flash.sh" for remotely updating your embedded
|
2008-12-31 22:52:23 +08:00
|
|
|
system via tftp.
|
2005-02-19 21:00:30 +08:00
|
|
|
|
2007-01-05 23:30:25 +08:00
|
|
|
The OpenWrt system is documented in docs/. You will need a LaTeX distribution
|
2012-01-21 09:15:24 +08: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 20:12:58 +08:00
|
|
|
|
2005-04-15 18:26:39 +08:00
|
|
|
|
2005-04-02 20:12:58 +08:00
|
|
|
Sunshine!
|
2005-02-24 05:01:20 +08:00
|
|
|
Your OpenWrt Project
|
2005-04-02 20:12:58 +08:00
|
|
|
http://openwrt.org
|
2005-02-19 21:00:30 +08:00
|
|
|
|
|
|
|
|