checking in some work
This commit is contained in:
parent
8d66fc37f0
commit
3dc366595c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user