Jelajahi Sumber

kernel: remove kmod-vhost_net, fixes build breakage

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 tahun lalu
induk
melakukan
e57bed5bc3
1 mengubah file dengan 0 tambahan dan 18 penghapusan
  1. 0 18
      package/kernel/linux/modules/virt.mk

+ 0 - 18
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