[source] kernel: remove another redundant KCONFIG entry in virt.mk
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 24 04:41:31 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/23a55102df98ea1b3c567b2cadd84449812583dc
commit 23a55102df98ea1b3c567b2cadd84449812583dc
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Nov 24 13:41:10 2016 +0100
kernel: remove another redundant KCONFIG entry in virt.mk
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/linux/modules/virt.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/kernel/linux/modules/virt.mk b/package/kernel/linux/modules/virt.mk
index 2c082f0..a9a0b53 100644
--- a/package/kernel/linux/modules/virt.mk
+++ b/package/kernel/linux/modules/virt.mk
@@ -21,9 +21,7 @@ define KernelPackage/kvm-x86
DEPENDS:=@TARGET_x86_generic||TARGET_x86_64 +kmod-irqbypass
KCONFIG:=\
CONFIG_VIRTUALIZATION=y \
- CONFIG_KVM \
- CONFIG_TASK_XACCT=n \
-
+ CONFIG_KVM
FILES:= $(LINUX_DIR)/arch/$(LINUX_KARCH)/kvm/kvm.ko
AUTOLOAD:=$(call AutoProbe,kvm.ko)
endef
More information about the lede-commits
mailing list