From ebe7a8abd8a32a7fc410e7bd87f8a1781fe11315 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 11 Nov 2013 12:09:36 +0000 Subject: Add barebox and cramfs --- open-source-lorries/barebox.lorry | 7 +++++++ open-source-lorries/cramfs-tarball.lorry | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 open-source-lorries/barebox.lorry create mode 100644 open-source-lorries/cramfs-tarball.lorry diff --git a/open-source-lorries/barebox.lorry b/open-source-lorries/barebox.lorry new file mode 100644 index 0000000..907c19d --- /dev/null +++ b/open-source-lorries/barebox.lorry @@ -0,0 +1,7 @@ +{ + "barebox": { + "type": "git", + "url": "git://git.pengutronix.de/git/barebox.git" + } +} + diff --git a/open-source-lorries/cramfs-tarball.lorry b/open-source-lorries/cramfs-tarball.lorry new file mode 100644 index 0000000..438274b --- /dev/null +++ b/open-source-lorries/cramfs-tarball.lorry @@ -0,0 +1,7 @@ +{ + "cramfs-tarball": { + "type": "tarball", + "url": "http://downloads.sourceforge.net/cramfs/cramfs-1.1.tar.gz" + } +} + -- cgit v1.2.1