diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-04-26 10:28:56 +0100 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-04-26 10:28:56 +0100 |
commit | f5760e96268c8a2d2898ad27a9d212a8f0e20742 (patch) | |
tree | 77f6fca29fd301a53e677292d814881f15a1440a | |
parent | 8953b9ca6752983a0c322f6d028f939d14c6cdab (diff) | |
download | lorry-f5760e96268c8a2d2898ad27a9d212a8f0e20742.tar.gz |
lorries: add pciutils
This is probably needed by systemd, systemd needs pci.ids at least.
This needs to be lorried because it is a bare make project and
they vary enough to warrant manual configuration.
-rw-r--r-- | lorries/pciutils.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lorries/pciutils.lorry b/lorries/pciutils.lorry new file mode 100644 index 0000000..749c8a5 --- /dev/null +++ b/lorries/pciutils.lorry @@ -0,0 +1,6 @@ +{ + "pciutils": { + "type": "git", + "url": "git://git.kernel.org/pub/scm/utils/pciutils/pciutils.git" + } +} |