Added device markdown for oukitel mix 2
Change-Id: I12658e1c9acb08a73c439fbc92b1ee57ce85dde2
diff --git a/oem/oukitel.html b/oem/oukitel.html
new file mode 100644
index 0000000..f1d5d86
--- /dev/null
+++ b/oem/oukitel.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Oukitel
+permalink: /Devices/Oukitel/
+exclude: true
+---
+
+<div class="home">
+
+ <hr />
+ <ul class="post-list" id="post-list">
+ {% for post in site.oukitel %}
+ <p>
+ <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+ </p>
+ {% endfor %}
+ </ul>
+</div>