wolfssl: Update to v4.6.0-stable
[librecmc/librecmc.git] / docs / Flavors.md
1 # Three Flavors of libreCMC : What are they for?
2
3 The libreCMC project ships different flavored images to achieve a desired result and 
4 for the continued support of hardware with limited resources. These different flavors
5 include:
6
7 ## Main
8
9 Provides an easier to use out of the box experience; includes
10 the luci web interface, full package management support and basic IPv6 stack. 
11 These images only run on routers with 8M of flash or more.
12
13 ## Core
14
15 A bare-bones image with package management, basic IPv6 stack and no web interface.
16 These images run on routers with <8M of flash, but package management is limited on 4M targets.
17
18 ## Legacy
19
20 While similar to Main images, these images are targeted at routers with 4M of flash;
21 provide the luci web-ui (no ssl support), basic IPv6 stack and no package management.
22
23 As always, libreCMC can be built from [source](https://gogs.librecmc.org/libreCMC/libreCMC/src/v1.4/docs/How_To_Build_libreCMC.md) or you can submit an [issue](https://gogs.librecmc.org/libreCMC/libreCMC/issues) to request
24 a missing feature.