Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Aug 14, 2025, 10:47:00 PM (4 months ago)
Author:
wbx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    1010
    1111FreeWRT supports following vintage WLAN routers:
    12  * Linksys WRT54G
     12 * Linksys WRT54G (v2.0, v2.2, v3.0, v3.1, v4.0)
    1313 * Linksys WRT54GL
    14  * Linksys WRT54GS
    15  * Asus WL500g premium
     14 * Linksys WRT54GS (v1.0, v1.1, v4)
     15 * Asus WL500g (deluxe/premium)
    1616 * Netgear WGT634u
    1717
    18 Get the code via GIT: git clone {{{git://www.freewrt.de/git/freewrt}}}
     18Get the code via GIT: {{{git clone https://git.freewrt.de/git/freewrt}}}
    1919
    2020Please never build as root!
    2121
    22 You can start the menu based configuration via "make". If the prerequisite checks are successful you will get a menu, where you should at least choose a target system. If you exit the menu, you can start the build process via "make" or in more verbose mode via "make v". The build process will download all needed sources via internet (typically about 200MB) and will build a working toolchain (compiler, linker, assembler, debugger), a kernel and a usable basic root filesystem for your WLAN router.
     22You can start the menu based configuration via "make menuconfig". If the prerequisite checks are successful you will get a menu, where you should at least choose a target system. If you exit the menu, you can start the build process via "make" or in more verbose mode via "make v". The build process will download all needed sources via internet (typically about 200MB) and will build a working toolchain (compiler, linker, assembler, debugger), a kernel and a usable basic root filesystem for your WLAN router.
    2323
    2424If you find any bugs or have any feature requests, please report them to me.