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