diff options
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"; |