Changeset 9df7618 in freewrt


Ignore:
Timestamp:
May 29, 2006, 2:32:20 AM (20 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
c90be7d
Parents:
475ad56
Message:

FreeWRT should be functional and secure

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r475ad56 r9df7618  
    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 
Note: See TracChangeset for help on using the changeset viewer.