Unify LGG4 H815 and H811
H815 (International) and H811 (T-Mobile) only have some changes in
their modem so we can unify them in TWRP
Change-Id: I99e5e96b0a6d8354383224c942594e2d846b3ef5
diff --git a/_devices/lgg4.markdown b/_devices/lgg4.markdown
new file mode 100644
index 0000000..8870887
--- /dev/null
+++ b/_devices/lgg4.markdown
@@ -0,0 +1,46 @@
+---
+layout: device
+title: "LG G4 International"
+codename: H815 , H811
+downloadfolder: h815 | h811
+supportstatus: Current
+maintainer: steadfasterX
+oem: LG
+devicetree: https://github.com/TeamWin/android_device_lge_h815
+ddof: "/dev/block/bootdevice/by-name/recovery"
+xdathread: "http://forum.xda-developers.com/g4/development/recovery-twrp-3-touch-recovery-t3442424"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+NOTE: You must unlock the bootloader first before installing TWRP!
+
+{% include appinstall.html %}
+
+<div class='page-heading'>Download Links:</div>
+<hr />
+<p class="text">International (H815):</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}h815">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
+<p class="text">T-Mobile (H811):</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}h811">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
+
+{% include twrpinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_devices/lgg4h811.markdown b/_devices/lgg4h811.markdown
deleted file mode 100644
index c75e695..0000000
--- a/_devices/lgg4h811.markdown
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: device
-title: "LG G4 T-Mobile USA"
-codename: H811
-downloadfolder: h811
-supportstatus: Current
-maintainer: None
-oem: LG
-devicetree: https://github.com/TeamWin/android_device_lge_h811
-ddof: "/dev/block/bootdevice/by-name/recovery"
-xdathread: "http://forum.xda-developers.com/g4/orig-development/recovery-twrp-2-8-6-0-touch-recovery-t3125859"
----
-
-{% include disclaimer.html %}
-
-{% include supportstatus.html %}
-
-{% include appinstall.html %}
-
-{% include download.html %}
-
-{% include twrpinstall.html %}
-
-{% include ddinstall.html %}
diff --git a/_devices/lgg4h815.markdown b/_devices/lgg4h815.markdown
deleted file mode 100644
index 6309ab0..0000000
--- a/_devices/lgg4h815.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: device
-title: "LG G4 International"
-codename: H815
-downloadfolder: h815
-supportstatus: Current
-maintainer: steadfasterX
-oem: LG
-devicetree: https://github.com/TeamWin/android_device_lge_h815
-ddof: "/dev/block/bootdevice/by-name/recovery"
-xdathread: "http://forum.xda-developers.com/g4/development/recovery-twrp-3-touch-recovery-t3442424"
----
-
-{% include disclaimer.html %}
-
-{% include supportstatus.html %}
-NOTE: You must unlock the bootloader first before installing TWRP!
-
-{% include appinstall.html %}
-
-{% include download.html %}
-
-{% include twrpinstall.html %}
-
-{% include ddinstall.html %}