[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Compile the kernel by default with bridge support
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1249212301 -3600 # Node ID 3bf7ab30e53777db620e76c6734d7c65f6e0e55e # Parent fea4b1567fcfeab40bcd8ce3050a073d8bcd5b88 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@xxxxxxxxxxxx> --- buildconfigs/enable-xen-config | 2 ++ 1 files changed, 2 insertions(+) diff -r fea4b1567fcf -r 3bf7ab30e537 buildconfigs/enable-xen-config --- a/buildconfigs/enable-xen-config Sun Aug 02 12:23:46 2009 +0100 +++ b/buildconfigs/enable-xen-config Sun Aug 02 12:25:01 2009 +0100 @@ -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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |