kernel: add vmxnet3 module
support VMware ethernet adapters Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 38840
This commit is contained in:
parent
1859b36bf7
commit
df7e855df0
1 changed files with 16 additions and 0 deletions
|
@ -756,3 +756,19 @@ define KernelPackage/gianfar/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,gianfar))
|
||||
|
||||
|
||||
define KernelPackage/vmxnet3
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=VMware VMXNET3 ethernet driver
|
||||
DEPENDS:=@PCI_SUPPORT
|
||||
KCONFIG:=CONFIG_VMXNET3
|
||||
FILES:=$(LINUX_DIR)/drivers/net/vmxnet3/vmxnet3.ko
|
||||
AUTOLOAD:=$(call AutoLoad,35,vmxnet3)
|
||||
endef
|
||||
|
||||
define KernelPackage/vmxnet3/description
|
||||
Kernel modules for VMware VMXNET3 ethernet adapters.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,vmxnet3))
|
||||
|
|
Loading…
Reference in a new issue