aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-07 16:22:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-07 16:22:31 +0000
commit9fde3614b042c5f452613e70860852daa4ba6b70 (patch)
treebf1120216518c728917f6f916d9c95364b1dc3aa
parent0ed2c1a89f56558c820aac257f69bf3217b2aa78 (diff)
downloadupstream-9fde3614b042c5f452613e70860852daa4ba6b70.tar.gz
upstream-9fde3614b042c5f452613e70860852daa4ba6b70.tar.bz2
upstream-9fde3614b042c5f452613e70860852daa4ba6b70.zip
kernel: remove kmod-xen-kbddev, it is already enabled in the kernel config
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47415
-rw-r--r--package/kernel/linux/modules/virtual.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/kernel/linux/modules/virtual.mk b/package/kernel/linux/modules/virtual.mk
index 4464fe9d20..61a8a87609 100644
--- a/package/kernel/linux/modules/virtual.mk
+++ b/package/kernel/linux/modules/virtual.mk
@@ -139,23 +139,6 @@ endef
$(eval $(call KernelPackage,xen-fbdev))
-define KernelPackage/xen-kbddev
- SUBMENU:=$(VIRTUAL_MENU)
- TITLE:=Xen virtual keyboard and mouse
- DEPENDS:=@TARGET_x86_xen_domu +kmod-input-core
- KCONFIG:=CONFIG_INPUT_MISC=y \
- CONFIG_INPUT_XEN_KBDDEV_FRONTEND
- FILES:=$(LINUX_DIR)/drivers/input/misc/xen-kbdfront.ko
- AUTOLOAD:=$(call AutoLoad,08,xen-kbdfront)
-endef
-
-define KernelPackage/xen-kbddev/description
- Kernel module for the Xen virtual keyboard and mouse
-endef
-
-$(eval $(call KernelPackage,xen-kbddev))
-
-
define KernelPackage/xen-netdev
SUBMENU:=$(VIRTUAL_MENU)
TITLE:=Xen network device frontend