Testing Image_support.md page...
[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 certain class of devices.
6
7
8         | image type | Web-ui       |Package Management | Min. Flash Size | Target Examples     | Use Case |
9         |----------- |:------------:|------------------:|-----------:|--------------------:|---------:|
10         | Main       | Yes          | Yes               | 8M      | ALL                 | Easy to use |
11         | Core       | No           | Yes               | 4M      | ALL            | Minimal, more control | 
12         | Legacy     | No           | No                | 4M         | TL-WR741ND, TL-WR841ND,| Easy to use for legacy |
13         |            |              |                   |            | TPE-NWIFIROUTER*       | targets.. |
14
15 # NOT READY YET!