Changeset 9df7618 in freewrt
- Timestamp:
- May 29, 2006, 2:32:20 AM (20 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- c90be7d
- Parents:
- 475ad56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r475ad56 r9df7618 1 This is the buildsystem for the OpenWrt Linux distribution 1 FreeWRT - secure and functional linux distribution for embedded systems 2 ======================================================================= 2 3 3 Please use "make menuconfig" to configure your appreciated 4 configuration for the toolchain and firmware. 4 This is the menu based buildsystem for the FreeWRT Linux distribution. 5 5 6 You need to have installed gcc, binutils, patch, bzip2, flex, bison, 7 make, gettext, pkg-config, unzip, libz-dev and libc headers. 6 Before you can start with the build process, you need to install some tools: 7 gcc, binutils, patch, bzip2, flex, bison, make, gettext, pkg-config, unzip, 8 libz-dev and libc headers. 8 9 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. 10 Please use "make menuconfig" to choose your embedded system and configure like you 11 want to. 12 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. 13 Simply running 'make' will build the firmware for your embedded system. The 14 buildsystem will download all sources, build the toolchain, the kernel and all 15 applications. 19 16 20 17 Sunshine! 21 Your OpenWrt Project22 http:// openwrt.org18 Your FreeWRT team 19 http://www.freewrt.org 23 20 24
Note:
See TracChangeset
for help on using the changeset viewer.
