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