checking in some work

This commit is contained in:
brent s 2020-06-19 18:55:20 -04:00
parent 8d66fc37f0
commit 3dc366595c
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 81 additions and 76 deletions

View File

@ -2,9 +2,13 @@
<ipxe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://router.r00t2.io/boootbox/ipxe/build/"
xsi:schemaLocation="https://router.r00t2.io/boootbox/ipxe/build/ http://schema.xml.r00t2.io/projects/ipxe/build.xsd">

<patchSet srcDir="/opt/builds/ipxe_build">
<switchOpts root="src">
<source srcDir="/opt/builds/ipxe_build">
<upstream>
<git>git://git.ipxe.org/ipxe.git</git>
<dest>/opt/builds/ipxe_src</dest>
</upstream>
<patchSet>
<switchOpts subDir="src">
<opts file="config/general.h">
<enable>
<opt>NET_PROTO_IPV6</opt>
@ -70,10 +74,11 @@
-->
</opts>
</switchOpts>
<patch root="/opt/builds/patches/ipxe">
<patchFile>git-version.patch</patchFile>
<patch patchDir="/opt/builds/patches/ipxe">
<patchFile>git-version.patch</patchFile>
<patchFile>banner.patch</patchFile>
<patchFile>efi-iso.patch</patchFile>
</patch>
</patchSet>

</source>
</ipxe>