This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, xen-legacy-kernel has been updated via d8263ea0fe5ae7a7a930bda6c2ce13b4749ba81b (commit) via 6dfa6f2253b6d00d720e4dfa63c23115ea4b0151 (commit) from 4d15fc4dc1fe072457c1d169b6fec5855ad552c0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d8263ea0fe5ae7a7a930bda6c2ce13b4749ba81b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jan 29 08:53:51 2014 +0100
xen-kernel: compile xen netfrontend as module.
commit 6dfa6f2253b6d00d720e4dfa63c23115ea4b0151 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jan 28 08:39:19 2014 +0100
kernel-xen: compile ext2-4 into kernel.
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.i586-ipfire-xen | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.i586-ipfire-xen b/config/kernel/kernel.config.i586-ipfire-xen index f799d3a..55bf36f 100644 --- a/config/kernel/kernel.config.i586-ipfire-xen +++ b/config/kernel/kernel.config.i586-ipfire-xen @@ -3130,7 +3130,7 @@ CONFIG_XEN_PCIDEV_BE_DEBUG=y CONFIG_XEN_SCSI_BACKEND=m CONFIG_XEN_USB_BACKEND=m CONFIG_XEN_BLKDEV_FRONTEND=y -CONFIG_XEN_NETDEV_FRONTEND=y +CONFIG_XEN_NETDEV_FRONTEND=m CONFIG_XEN_NETDEV_ACCEL_SFC_FRONTEND=y CONFIG_XEN_SCSI_FRONTEND=m CONFIG_XEN_USB_FRONTEND=m @@ -3253,17 +3253,17 @@ CONFIG_ISCSI_IBFT=m # # File systems # -CONFIG_EXT2_FS=m +CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m +CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y -CONFIG_EXT4_FS=m +CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y
hooks/post-receive -- IPFire 2.x development tree