diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-22 20:13:37 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 03:28:02 -0500 |
| commit | bd2626b41e5fde8a057a61dd504c11468e2b497a (patch) | |
| tree | 6ba8a150f064a6a699925da9baaa2b156d5734a4 | |
| parent | a7cea3e80702f55b62ed141b3144aecbe47845a8 (diff) | |
Include fastboot.js as submodule
This will be used for implementing a WebUSB-based installer.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | static/js/fastboot | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 509ea6e446b8bfdd4fd8e056a922b26e73da193 |
