From ef257cb1b2a3203cebb2933e45a4046bb41704a0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 20 Sep 2019 11:04:05 +0200 Subject: [PATCH] config: enable CONFIG_HYPERV mostly for the PMG as it could run in a HyperV based hypervisor Signed-off-by: Thomas Lamprecht --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 60e0265..df014a7 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,7 @@ PVE_CONFIG_OPTS= \ -d CONFIG_MODULE_SIG \ -d CONFIG_MEMCG_DISABLED \ -e CONFIG_MEMCG_SWAP_ENABLED \ +-e CONFIG_HYPERV \ -e CONFIG_MEMCG_KMEM \ -d CONFIG_DEFAULT_CFQ \ -e CONFIG_DEFAULT_DEADLINE \