From 12463e9f59e30a4acfa53a2b5c3b6ad33899be2c Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 11 Feb 2017 21:08:48 +0000 Subject: net/ipxe: update to 20161208 Changes: https://git.ipxe.org/ipxe.git/shortlog/26050fd4c87c50503d5bd573b2ec91703676e211 PR: 216329 Submitted by: Tobias Kortkamp (maintainer) --- net/ipxe/files/patch-util_parserom.pl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/ipxe/files/patch-util_parserom.pl (limited to 'net/ipxe/files/patch-util_parserom.pl') 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"; -- cgit v1.2.3