diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-11 21:08:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-11 21:08:48 +0000 |
commit | 12463e9f59e30a4acfa53a2b5c3b6ad33899be2c (patch) | |
tree | cbbfba4058e4d46ff474aea92df95b0909c1c27d /net/ipxe/files/patch-util_parserom.pl | |
parent | Update to 4.0.5 (diff) |
net/ipxe: update to 20161208
Changes: https://git.ipxe.org/ipxe.git/shortlog/26050fd4c87c50503d5bd573b2ec91703676e211
PR: 216329
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Notes
Notes:
svn path=/head/; revision=433914
Diffstat (limited to 'net/ipxe/files/patch-util_parserom.pl')
-rw-r--r-- | net/ipxe/files/patch-util_parserom.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ipxe/files/patch-util_parserom.pl b/net/ipxe/files/patch-util_parserom.pl deleted file mode 100644 index 64e058e09ce7..000000000000 --- a/net/ipxe/files/patch-util_parserom.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- util/parserom.pl.orig 2016-11-03 13:22:25 UTC -+++ util/parserom.pl -@@ -157,7 +157,7 @@ sub process_isa_rom { - - # Output Makefile rules for the specified ROM declarations - sub print_make_rules { -- my ( $state, my $image, my $desc, my $vendor, my $device, my $dup ) = @_; -+ my ( $state, $image, $desc, $vendor, $device, $dup ) = @_; - unless ( $state->{'is_header_printed'} ) { - print "# NIC\t\n"; - print "# NIC\tfamily\t$state->{family}\n"; |