genode/repos/dde_ipxe/ports/dde_ipxe.port
Sebastian Sumpf ffaf65efa0 dde_ipxe: enable BCM57cxx cards
Add tg3 driver files and adjust Genode's ipxe code. Tested on Fiasco.OC only.

issue #1609
2015-07-06 12:22:27 +02:00

16 lines
351 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/add_devices.patch \
patches/tg3.patch
PATCH_OPT := -p1 -d ${DIR(ipxe)}
# vi: set ft=make :