Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- Aug 16, 2025, 10:44:56 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 7 7 The 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. 8 8 9 The toolchain is based on: 10 Binutils 2.4511 GCC 14.3.012 uClibc-ng 1.0.5413 GDB 16.214 Linux-Headers 6.12.419 The toolchain is based on:\\ 10 * Binutils 2.45 11 * GCC 14.3.0 12 * uClibc-ng 1.0.54 13 * GDB 16.2 14 * Linux-Headers 6.12.41 15 15 16 The minimal system is based on: 17 Linux 6.12.41 18 uClibc-ng 1.0.54 19 Busybox 1.37.0 20 Dropbear 2025.87 16 The minimal system is based on:\\ 17 * Linux 6.12.41 18 * uClibc-ng 1.0.54 19 * Busybox 1.37.0 20 * Dropbear 2025.87 21 21 22 and some minor helper tools as mtd, fwcf, evtest and nvram. 22 23
