From e57bed5bc3ddb5b6c23e66757c4ce419df0e2add Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 24 Nov 2016 13:26:04 +0100 Subject: [PATCH] kernel: remove kmod-vhost_net, fixes build breakage Signed-off-by: Felix Fietkau --- package/kernel/linux/modules/virt.mk | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/package/kernel/linux/modules/virt.mk b/package/kernel/linux/modules/virt.mk index e98c65a6aa66..799adade58c4 100644 --- a/package/kernel/linux/modules/virt.mk +++ b/package/kernel/linux/modules/virt.mk @@ -4,24 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -define KernelPackage/vhost_net - SUBMENU:=Virtualization - TITLE:=Host kernel accelerator for virtio net - DEPENDS:= - KCONFIG:=CONFIG_VHOST_NET - FILES:= $(LINUX_DIR)/drivers/vhost/vhost_net.ko - AUTOLOAD:=$(call AutoProbe,vhost_net.ko) -endef - -define KernelPackage/vhost_net/description - This kernel module can be loaded in host kernel to accelerate - guest networking with virtio_net. Not to be confused with virtio_net - module itself which needs to be loaded in guest kernel. -endef - -$(eval $(call KernelPackage,vhost_net)) - - define KernelPackage/irqbypass SUBMENU:=Virtualization TITLE:=IRQ offload/bypass manager -- 2.30.2