diff options
-rw-r--r-- | linux.morph | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph index 194bdf2d8884..6dde74a7303e 100644 --- a/linux.morph +++ b/linux.morph @@ -53,6 +53,14 @@ "scripts/config -d DEBUG_STACK_TRACE", "scripts/config -e NFSD", "scripts/config -e NFSD_V3", + "scripts/config -e KVM", + "scripts/config -e KVM_INTEL", + "scripts/config -e TUN", + "scripts/config -e BRIDGE", + "scripts/config -e VHOST_NET", + "scripts/config -e NF_NAT", + "scripts/config -e NF_NAT_IPV4", + "scripts/config -e IP_NF_TARGET_MASQUERADE", "yes '' | make oldconfig" ], "build-commands": [ |