reorganize nat helper packages, move ftp and irc nat to a package that is enabled...
[openwrt/svn-archive/archive.git] / README
1 This is the buildsystem for the OpenWrt Linux distribution
2
3 Please use "make menuconfig" to configure your appreciated
4 configuration for the toolchain and firmware.
5
6 You need to have installed gcc, binutils, patch, bzip2, flex, bison,
7 make, gettext, pkg-config, unzip, libz-dev and libc headers.
8
9 Simply running 'make' will build your firmware.
10 It will download all sources, build the cross-compile toolchain,
11 the kernel and all choosen applications.
12
13 You can use scripts/flash.sh for remotely updating your embedded system
14 via tftp.
15
16 The buildroot system is documented in docs/buildroot-documentation.html.
17
18 Building your own firmware you need to have access to a Linux system.
19
20 Sunshine!
21 Your OpenWrt Project
22 http://openwrt.org
23
24