still working on the spec

This commit is contained in:
brent s. 2020-06-19 13:51:53 -04:00
parent dde643a44b
commit 8d66fc37f0
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 5 additions and 4 deletions

View File

@ -3,8 +3,8 @@
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 root="/opt/builds/ipxe_build/src">
<switchOpts>
<patchSet srcDir="/opt/builds/ipxe_build">
<switchOpts root="src">
<opts file="config/general.h">
<enable>
<opt>NET_PROTO_IPV6</opt>
@ -70,8 +70,9 @@
-->
</opts>
</switchOpts>
<patch>
<patchFile></patchFile>
<patch root="/opt/builds/patches/ipxe">
<patchFile>git-version.patch</patchFile>
<patchFile>git-version.patch</patchFile>
</patch>
</patchSet>