Browse Source

Testing Image_support.md page...

RISCi_ATOM 6 years ago
parent
commit
6f93212cc3
1 changed files with 15 additions and 0 deletions
  1. 15 0
      docs/Image_Support.md

+ 15 - 0
docs/Image_Support.md

@@ -0,0 +1,15 @@
+# libreCMC image support
+
+libreCMC is distributed in 3 different flavors: main, core and legacy. 
+Each image type is for a specific use case or to extend support for a 
+certain class of devices.
+
+
+	| image type | Web-ui	    |Package Management | Min. Flash Size | Target Examples     | Use Case |
+	|----------- |:------------:|------------------:|-----------:|--------------------:|---------:|
+	| Main       | Yes          | Yes	        | 8M      | ALL                 | Easy to use |
+	| Core       | No           | Yes               | 4M      | ALL	           | Minimal, more control | 
+	| Legacy     | No	    | No	        | 4M	     | TL-WR741ND, TL-WR841ND,| Easy to use for legacy |
+	|	     |		    |                   |            | TPE-NWIFIROUTER*       | targets.. |
+
+# NOT READY YET!