dde_ipxe: add Intel I217-LM PCI ID

Fixes #1220.
This commit is contained in:
Christian Prochaska
2014-08-01 17:16:38 +02:00
committed by Norman Feske
parent bd6ffb8261
commit ee86b9d47a
3 changed files with 15 additions and 2 deletions

View File

@@ -1 +1 @@
dd20430a63574f65a0b1d423230844d0c30e1b1b
3229f4723b776b76bad989017213f9393b26a74a

View File

@@ -6,7 +6,8 @@ URL(ipxe) := http://git.ipxe.org/ipxe.git
REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
DIR(ipxe) := src/lib/dde_ipxe
PATCHES := patches/dde_ipxe.patch
PATCHES := patches/dde_ipxe.patch \
patches/i217lm.patch
PATCH_OPT := -p1 -d ${DIR(ipxe)}
# vi: set ft=make :