summaryrefslogtreecommitdiffstats
path: root/src/util/parserom.pl
diff options
context:
space:
mode:
authorRobin Smidsrød2012-04-11 22:26:04 +0200
committerMichael Brown2012-04-18 11:38:22 +0200
commiteadb6bc3fea672d85382bfef6635eb27a8c0c310 (patch)
treee2673b9effb6ac38b362d48a060d1a2ea5772b77 /src/util/parserom.pl
parent[vmware] Allow settings to be specified in the VMware .vmx file (diff)
downloadipxe-eadb6bc3fea672d85382bfef6635eb27a8c0c310.tar.gz
ipxe-eadb6bc3fea672d85382bfef6635eb27a8c0c310.tar.xz
ipxe-eadb6bc3fea672d85382bfef6635eb27a8c0c310.zip
[util] Add utility to generate list of supported network cards
niclist.pl recursively scans specified source folders and builds a list of supported NICs by looking for ISA_ROM and PCI_ROM lines and outputs the list in text, CSV, JSON, HTML or DokuWiki format. Sorting and column selection is possible. The pci-utils pci.ids file is fetched from SourceForge once a day to also output the "official" vendor/device names associated with the PCI device. Signed-off-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/util/parserom.pl')
-rwxr-xr-x[-rw-r--r--]src/util/parserom.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/parserom.pl b/src/util/parserom.pl
index 5e55c6da..e278e633 100644..100755
--- a/src/util/parserom.pl
+++ b/src/util/parserom.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
#
# Parse PCI_ROM and ISA_ROM entries from a source file on stdin and
# output the relevant Makefile variable definitions to stdout