|
@@ -1193,6 +1193,23 @@ endef
|
|
|
$(eval $(call KernelPackage,mlx5-core))
|
|
|
|
|
|
|
|
|
+define KernelPackage/qlcnic
|
|
|
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
+ DEPENDS:=@PCI_SUPPORT
|
|
|
+ TITLE:=QLogic QLE8240 and QLE8242 device support
|
|
|
+ KCONFIG:=CONFIG_QLCNIC
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/net/ethernet/qlogic/qlcnic/qlcnic.ko
|
|
|
+ AUTOLOAD:=$(call AutoProbe,qlcnic)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/macvlan/description
|
|
|
+ This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
|
|
|
+ devices.
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,qlcnic))
|
|
|
+
|
|
|
+
|
|
|
define KernelPackage/sfp
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
TITLE:=SFP cage support
|