Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
Jan 10, 2026, 8:15:14 PM (5 days ago)
Author:
wbx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    33FreeWRT is a meta GNU/Linux distribution for vintage WLAN router. In this context "meta" means, you can build the complete distribution from source. FreeWRT is meant to be an appliance development kit (ADK) especially designed for embedded system developers and advanced users.
    44
    5 Our latest stable release will be FreeWRT 2.0!
     5Our latest stable release is FreeWRT 2.0! It is a rolling release.
    66
    77The FreeWRT developer provides a menu based configuration to choose between classic routers, root filesystem flavours and a lot of software packages for your own Linux based appliance. The ADK downloads all software packages via the internet and creates a working toolchain (compiler, linker, assembler, debugger), kernel and root file system containing only the minimal set of software and drivers to support all integrated hardware of your router. The default firmware image configures existing non-wireless network interfaces so that you can connect via secure shell client to your router after the installation of the firmware image.
    88
    99The toolchain is based on:\\
    10  * Binutils 2.45
    11  * GCC 14.3.0
    12  * uClibc-ng 1.0.55
    13  * GDB 16.2
    14  * Linux-Headers 6.12.41
     10 * Binutils 2.45.1
     11 * GCC 15.2.0
     12 * uClibc-ng 1.0.56
     13 * GDB 17.1
     14 * Linux-Headers 6.12.64
    1515
    1616The minimal system is based on:\\
    17  * Linux 6.12.41
    18  * uClibc-ng 1.0.55
     17 * Linux 6.12.64
     18 * uClibc-ng 1.0.56
    1919 * Busybox 1.37.0
    20  * Dropbear 2025.87
     20 * Dropbear 2025.89
    2121
    2222and some minor helper tools as mtd, fwcf, evtest and nvram.