[openwrt/openwrt] kernel: order kmod-kvm symbols alphabetically

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 29 13:14:22 PDT 2021


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/73a2570fa08c81420cc3006cb2bb859d8579b07c

commit 73a2570fa08c81420cc3006cb2bb859d8579b07c
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Sep 29 01:26:10 2021 +0300

    kernel: order kmod-kvm symbols alphabetically
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 package/kernel/linux/modules/virt.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kernel/linux/modules/virt.mk b/package/kernel/linux/modules/virt.mk
index a9a0b538ff..368f4ab5aa 100644
--- a/package/kernel/linux/modules/virt.mk
+++ b/package/kernel/linux/modules/virt.mk
@@ -20,8 +20,8 @@ define KernelPackage/kvm-x86
   TITLE:=Kernel-based Virtual Machine (KVM) support
   DEPENDS:=@TARGET_x86_generic||TARGET_x86_64 +kmod-irqbypass
   KCONFIG:=\
-	  CONFIG_VIRTUALIZATION=y \
-	  CONFIG_KVM
+	  CONFIG_KVM \
+	  CONFIG_VIRTUALIZATION=y
   FILES:= $(LINUX_DIR)/arch/$(LINUX_KARCH)/kvm/kvm.ko
   AUTOLOAD:=$(call AutoProbe,kvm.ko)
 endef



More information about the lede-commits mailing list