wolfssl: Update to v4.6.0-stable
[librecmc/librecmc.git] / docs / Image_Support.md
1 # libreCMC image support
2
3 libreCMC is distributed in 3 different flavors: main, core and legacy. 
4 Each image type is for a specific use case or to extend support for a 
5 specific class of devices.
6
7
8 | image type | Web-ui support    |Package Management | Min. Flash Size | Target Examples     | Use Case |
9 |-----------:|-------------:|------------------:|-----------:|--------------------:|---------:|
10 | Main     | Yes          | Yes         | 8M      |                  | Easy to use |
11 | Core       | No           | Yes               | 4M      |            | Minimal, more control | 
12 | Legacy    | No            | No                | 4M         | TL-WR741ND, TL-WR841ND,TPE-NWIFIROUTER* | Easy to use for legacy targets... |
13
14
15 # NOT READY YET!