From 3bdedbcbc09947cbef263ba53c5fdec831bd8dc2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 2 Aug 2009 12:25:01 +0100 Subject: Compile the kernel by default with bridge support This one-liner adds bridge support to the Linux kernel (CONFIG_BRIDGE=y). It is a precondition for some xm-tests that bridge is enabled. Also IMHO it makes sense to configure a dom0 with bridge capabilities. Signed-off-by: Andreas Florath --- buildconfigs/enable-xen-config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildconfigs') diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config index 1e98684bde..5483ddd403 100644 --- a/buildconfigs/enable-xen-config +++ b/buildconfigs/enable-xen-config @@ -60,6 +60,8 @@ setopt CONFIG_LGUEST n setopt CONFIG_LOCALVERSION_AUTO n +setopt CONFIG_BRIDGE y + # Should all be set one way or another in defconfig but aren't setopt CONFIG_NUMA n setopt CONFIG_X86_VSMP n -- cgit v1.2.3