mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
1a2677ebe6
Also, the repository URL was adapted to the permanent redirect to github to prevent the following warning. dde_ipxe download http://git.ipxe.org/ipxe.git dde_ipxe git Cloning into 'src/lib/dde_ipxe'... dde_ipxe git warning: redirecting to https://github.com/ipxe/ipxe/ dde_ipxe update src/lib/dde_ipxe
18 lines
428 B
Makefile
18 lines
428 B
Makefile
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := ipxe.git
|
|
|
|
URL(ipxe) := https://github.com/ipxe/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 \
|
|
patches/realtek.patch
|
|
|
|
PATCH_OPT := -p1 -d ${DIR(ipxe)}
|
|
|
|
# vi: set ft=make :
|