mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
4506912f6e
Inspired by the mailing-list posting [1], this commit removes the MAC/PHY reset for all Intel cards and effectively prevents the bandwidth drop to 10 MBit/s (e.g., on i217lm). I understand it as preliminary fix for practical reasons - a real fix would be to update the ipxe port and monitor for more postings like the one mentioned. [1] http://lists.ipxe.org/pipermail/ipxe-devel/2015-December/004511.html
16 lines
345 B
Makefile
16 lines
345 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/tg3.patch
|
|
|
|
PATCH_OPT := -p1 -d ${DIR(ipxe)}
|
|
|
|
# vi: set ft=make :
|