Changeset 2

Show
Ignore:
Timestamp:
05/29/06 02:32:20 (3 years ago)
Author:
wbx
Message:

FreeWRT should be functional and secure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/README

    r1 r2  
    1 This is the buildsystem for the OpenWrt Linux distribution 
     1FreeWRT - secure and functional linux distribution for embedded systems 
     2======================================================================= 
    23 
    3 Please use "make menuconfig" to configure your appreciated 
    4 configuration for the toolchain and firmware. 
     4This is the menu based buildsystem for the FreeWRT Linux distribution. 
    55 
    6 You need to have installed gcc, binutils, patch, bzip2, flex, bison, 
    7 make, gettext, pkg-config, unzip, libz-dev and libc headers. 
     6Before you can start with the build process, you need to install some tools:  
     7gcc, binutils, patch, bzip2, flex, bison, make, gettext, pkg-config, unzip, 
     8libz-dev and libc headers. 
    89 
    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. 
     10Please use "make menuconfig" to choose your embedded system and configure like you 
     11want to. 
    1212 
    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. 
     13Simply running 'make' will build the firmware for your embedded system.  The 
     14buildsystem will download all sources, build the toolchain, the kernel and all 
     15applications. 
    1916 
    2017Sunshine! 
    21         Your OpenWrt Project 
    22         http://openwrt.org 
     18        Your FreeWRT team 
     19        http://www.freewrt.org 
    2320 
    24