summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 17:09:53 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 17:11:48 +0200
commitf69207a80226ae3a6b874625c35d36405dc73917 (patch)
treef0451b36bd0acfc7b4f3bb45209371e8dd2a42a2
parent67ddfc05fbd9411c047892f92e7e7f9e1605946b (diff)
downloadmanifest-f69207a80226ae3a6b874625c35d36405dc73917.tar.gz
manifest-f69207a80226ae3a6b874625c35d36405dc73917.tar.bz2
manifest-f69207a80226ae3a6b874625c35d36405dc73917.zip
Add device repository for the Hardkernel ODROID-U3
This board has an exynos4412 and it's also supported by the upstream Linux kernel, so it's pretty close to the Samsung Galaxy SIII (GT-I9300 and GT-I9305). The advantage is that it has Ethenret and 3 USB host ports, so it might be quite handy to try to add WiFi support for instance as we can simply plug USB WiFi dongles and with Ethernet we might be able to use usbip too. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/repositories.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index 33d3245..d2e94ca 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -5,6 +5,9 @@
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
+ <project path="device/hardkernel/odroid-u3"
+ name="replicant-next/device_hardkernel_odroid-u3"
+ remote="replicant" />
<project path="device/samsung/i9300"
name="replicant-next/device_samsung_i9300"
remote="replicant" />