source: freewrt/README@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was afc0690, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

kick out sed build, use distro one

  • Property mode set to 100644
File size: 970 bytes
Line 
1FreeWRT - functional and secure GNU/Linux distribution for vintage Wireless routers
2===================================================================================
3
4This is the menu based buildsystem for the FreeWRT Linux distribution.
5
6Before you can start with the build process, you need to install some tools:
7
8perl, gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, tar, unzip, sed,
9and the zlib, ncurses and libc headers (usually called libz-dev, libncurses5-dev and
10glibc-dev on GNU/Linux systems). The framework checks for the required versions
11of these tools in advance, though (to re-issue the checks, use "make prereq").
12
13Please use "make menuconfig" to choose your Wireless router and configure like you
14want to.
15
16Simply running 'make' will build the firmware for your Wireless router. The
17buildsystem will download all sources, build the toolchain, the kernel and all
18applications.
19
20Sunshine!
21 Waldemar 'wbx' Brodkorb
22 https://www.freewrt.de
23
Note: See TracBrowser for help on using the repository browser.