mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
4f0b17a4dc
This patch is motivated by sporadic hangs during link down/up on i219 NICs handling and the fix implemented upstream in https://git.ipxe.org/ipxe.git/commit/546dd51de8459d4d09958891f426fa2c73ff090d Issue #1220
17 lines
387 B
Makefile
17 lines
387 B
Makefile
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := ipxe.git
|
|
|
|
URL(ipxe) := http://git.ipxe.org/ipxe.git
|
|
REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
|
|
DIR(ipxe) := src/lib/dde_ipxe
|
|
|
|
PATCHES := patches/dde_ipxe.patch \
|
|
patches/intel.patch \
|
|
patches/intel_update.patch \
|
|
patches/tg3.patch
|
|
|
|
PATCH_OPT := -p1 -d ${DIR(ipxe)}
|
|
|
|
# vi: set ft=make :
|