summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/musl-linux-headers.lorry6
-rw-r--r--open-source-lorries/musl.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/musl-linux-headers.lorry b/open-source-lorries/musl-linux-headers.lorry
new file mode 100644
index 0000000..fb3a285
--- /dev/null
+++ b/open-source-lorries/musl-linux-headers.lorry
@@ -0,0 +1,6 @@
+{
+ "musl/kernel-headers": {
+ "type": "git",
+ "url": "https://github.com/sabotage-linux/kernel-headers.git"
+ }
+}
diff --git a/open-source-lorries/musl.lorry b/open-source-lorries/musl.lorry
new file mode 100644
index 0000000..e9c006b
--- /dev/null
+++ b/open-source-lorries/musl.lorry
@@ -0,0 +1,6 @@
+{
+ "musl": {
+ "type": "git",
+ "url": "git://git.musl-libc.org/musl"
+ }
+}