From bd2626b41e5fde8a057a61dd504c11468e2b497a Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Fri, 22 Jan 2021 20:13:37 -0800 Subject: [PATCH] Include fastboot.js as submodule This will be used for implementing a WebUSB-based installer. --- .gitmodules | 3 +++ static/js/fastboot | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 static/js/fastboot diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..aa2ebd27 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "static/js/fastboot"] + path = static/js/fastboot + url = https://github.com/kdrag0n/fastboot.js diff --git a/static/js/fastboot b/static/js/fastboot new file mode 160000 index 00000000..509ea6e4 --- /dev/null +++ b/static/js/fastboot @@ -0,0 +1 @@ +Subproject commit 509ea6e446b8bfdd4fd8e056a922b26e73da1932