aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-02 12:25:01 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-02 12:25:01 +0100
commit3bdedbcbc09947cbef263ba53c5fdec831bd8dc2 (patch)
treeb3a880c899c095bc8b84994463c0a237841bc2d0 /buildconfigs
parentf2895952143417e306f9649308e28386ac8240e3 (diff)
downloadxen-3bdedbcbc09947cbef263ba53c5fdec831bd8dc2.tar.gz
xen-3bdedbcbc09947cbef263ba53c5fdec831bd8dc2.tar.bz2
xen-3bdedbcbc09947cbef263ba53c5fdec831bd8dc2.zip
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 <xen@flonatel.org>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/enable-xen-config2
1 files changed, 2 insertions, 0 deletions
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