diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 21:18:23 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 21:18:23 +0200 |
commit | 01faf225190e6377a995a53e41ea6a7d6ce529f2 (patch) | |
tree | 7a82fa3ebe3d3cc44d9d6586b3bd91249d6e9eeb | |
parent | 32fd047c71936e096a7090d30eed5a872717dd74 (diff) | |
download | librebootfr-01faf225190e6377a995a53e41ea6a7d6ce529f2.tar.gz librebootfr-01faf225190e6377a995a53e41ea6a7d6ce529f2.zip |
Use a submodule for i945-pwm.
My import of the sixth beta accidentally removed the script. It's
easier to use a submodule now than reimport it before moving to a
submodule.
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a09a0a40 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "resources/utilities/i945-pwm"] + path = resources/utilities/i945-pwm + url = git://git.mtjm.eu/i945-pwm.git |