source: freewrt/README@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

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

  • Property mode set to 100644
File size: 735 bytes
Line 
1This is the buildsystem for the OpenWrt Linux distribution
2
3Please use "make menuconfig" to configure your appreciated
4configuration for the toolchain and firmware.
5
6You need to have installed gcc, binutils, patch, bzip2, flex, bison,
7make, gettext, pkg-config, unzip, libz-dev and libc headers.
8
9Simply running 'make' will build your firmware.
10It will download all sources, build the cross-compile toolchain,
11the kernel and all choosen applications.
12
13You can use scripts/flash.sh for remotely updating your embedded system
14via tftp.
15
16The buildroot system is documented in docs/buildroot-documentation.html.
17
18Building your own firmware you need to have access to a Linux system.
19
20Sunshine!
21 Your OpenWrt Project
22 http://openwrt.org
23
24
Note: See TracBrowser for help on using the repository browser.