diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-11-11 12:09:36 +0000 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-11-11 12:09:36 +0000 |
commit | ebe7a8abd8a32a7fc410e7bd87f8a1781fe11315 (patch) | |
tree | 5f98f41dc4da2e44337a8d2aa905404063a2a3e4 /open-source-lorries | |
parent | 2c06f18fbe9c33a6fb190cb86749150ae4d606fc (diff) | |
download | lorries-ebe7a8abd8a32a7fc410e7bd87f8a1781fe11315.tar.gz |
Add barebox and cramfs
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/barebox.lorry | 7 | ||||
-rw-r--r-- | open-source-lorries/cramfs-tarball.lorry | 7 |
2 files changed, 14 insertions, 0 deletions
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" + } +} + |