kernel: add missing symbol to kmod-qlcnic
When the kmod-qlcnic package is built on targets that have CONFIG_PCI_IOV enabled, the CONFIG_QLCNIC_SRIOV symbol is exposed. Enable this symbol in the kmod package to fix its build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
		| @@ -1199,7 +1199,8 @@ define KernelPackage/qlcnic | ||||
|   TITLE:=QLogic QLE8240 and QLE8242 device support | ||||
|   KCONFIG:= \ | ||||
| 	CONFIG_QLCNIC \ | ||||
| 	CONFIG_QLCNIC_HWMON=y | ||||
| 	CONFIG_QLCNIC_HWMON=y \ | ||||
| 	CONFIG_QLCNIC_SRIOV=y | ||||
|   FILES:=$(LINUX_DIR)/drivers/net/ethernet/qlogic/qlcnic/qlcnic.ko | ||||
|   AUTOLOAD:=$(call AutoProbe,qlcnic) | ||||
| endef | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stijn Tintel
					Stijn Tintel