From 330f961ad3404708ed9a35b9b1fdc429ad65ccfe Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Fri, 9 Oct 2015 15:26:02 +0200 Subject: package/iqvlinux: new package The PCI support needs to be checked since this driver is based on it. Otherwise the build fail with: #error "This driver requires PCI support to be available" But this message is concealed by several occurrence of this one: error: implicit declaration of function 'pci_find_bus' [-Werror=implicit-function-declaration] [Thomas: - fix minor typo in Config.in: s/Enthernet/Ethernet/ - license is "GPLv2, BSD-3c", not "GPLv2 or BSD-3c" - remove IQVLINUX_PCI_CHECK, until a proper generic solution is implemented.] Signed-off-by: Romain Naour Cc: Yann E. MORIN Cc: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- package/iqvlinux/Config.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/iqvlinux/Config.in (limited to 'package/iqvlinux/Config.in') diff --git a/package/iqvlinux/Config.in b/package/iqvlinux/Config.in new file mode 100644 index 000000000..895995574 --- /dev/null +++ b/package/iqvlinux/Config.in @@ -0,0 +1,18 @@ +config BR2_PACKAGE_IQVLINUX + bool "iqvlinux" + depends on BR2_LINUX_KERNEL + help + Intel Ethernet Adapter Debug Driver for Linux (iqvlinux), + which supports kernel versions 2.6.x up through 4.0.x. + + This debug driver supports all Intel's networking Tools based + on the SDK version 2.19.36.0 or higher which support Intel + Ethernet chip including e1000, e1000e, i210... + + Note: This driver requires PCI support to be enabled + (i.e. CONFIG_PCI). + + http://sourceforge.net/projects/e1000/files/iqvlinux/ + +comment "iqvlinux needs a Linux kernel to be built" + depends on !BR2_LINUX_KERNEL -- cgit v1.2.3