From 54ab27f882ea296d097cce178bb4a873f0295c3d Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 23 Feb 2015 16:01:24 +0000 Subject: Add lorries for the musl libc library and patched linux headers for musl --- open-source-lorries/musl-linux-headers.lorry | 6 ++++++ open-source-lorries/musl.lorry | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 open-source-lorries/musl-linux-headers.lorry create mode 100644 open-source-lorries/musl.lorry 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" + } +} -- cgit v1.2.1