[arch-commits] Commit in kernel26/trunk (PKGBUILD config config.x86_64)

Thomas Bächler thomas at archlinux.org
Mon Mar 15 17:12:50 UTC 2010


    Date: Monday, March 15, 2010 @ 13:12:50
  Author: thomas
Revision: 72416

Prepare 2.6.33.1 release: add new patch, remove EXT4_USE_FOR_EXT23 option

Modified:
  kernel26/trunk/PKGBUILD
  kernel26/trunk/config
  kernel26/trunk/config.x86_64

---------------+
 PKGBUILD      |    8 ++++----
 config        |   16 +++++++++++-----
 config.x86_64 |   18 +++++++++++++-----
 3 files changed, 28 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-15 16:27:41 UTC (rev 72415)
+++ PKGBUILD	2010-03-15 17:12:50 UTC (rev 72416)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom       # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.33
-pkgver=${_basekernel}
+pkgver=${_basekernel}.1
 pkgrel=1
 _patchname="patch-${pkgver}-${pkgrel}-ARCH"
 arch=(i686 x86_64)
@@ -19,9 +19,9 @@
         # standard config files for mkinitcpio ramdisk
         kernel26.preset)
 md5sums=('c3883760b18d50e8d78819c54d579b00'
-         'a1547093735c76bae832b14a583551b2'
-         '8705781b5a8004470fbb13e6ab643aae'
-         '1020a481eebe1bbd84ccdbcb024a63ac'
+         '315c35dcc2a7edabbf9a7504e7775a70'
+         '2bc6c67ba53b61d0f37cacf519650990'
+         '4ace267fc2923eae7245838083752451'
          '25584700a0a679542929c4bed31433b6')
 
 build() {

Modified: config
===================================================================
--- config	2010-03-15 16:27:41 UTC (rev 72415)
+++ config	2010-03-15 17:12:50 UTC (rev 72416)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.33
-# Fri Feb 26 19:31:05 2010
+# Mon Mar 15 17:11:25 2010
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -4183,7 +4183,6 @@
 CONFIG_RTL8192SU=m
 CONFIG_RTL8192U=m
 CONFIG_RTL8192E=m
-# CONFIG_INPUT_MIMIO is not set
 # CONFIG_TRANZPORT is not set
 
 #
@@ -4283,15 +4282,22 @@
 # File systems
 #
 CONFIG_EXT2_FS=m
-# CONFIG_EXT2_FS_XATTR is not set
+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 is not set
+CONFIG_EXT3_FS=m
+# 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_USE_FOR_EXT23=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
 # CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD=m
+# CONFIG_JBD_DEBUG is not set
 CONFIG_JBD2=m
 # CONFIG_JBD2_DEBUG is not set
 CONFIG_FS_MBCACHE=m

Modified: config.x86_64
===================================================================
--- config.x86_64	2010-03-15 16:27:41 UTC (rev 72415)
+++ config.x86_64	2010-03-15 17:12:50 UTC (rev 72416)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.33
-# Sat Feb 27 00:11:20 2010
+# Mon Mar 15 18:06:39 2010
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -3985,7 +3985,6 @@
 CONFIG_RTL8192SU=m
 CONFIG_RTL8192U=m
 CONFIG_RTL8192E=m
-# CONFIG_INPUT_MIMIO is not set
 # CONFIG_TRANZPORT is not set
 
 #
@@ -4081,14 +4080,23 @@
 #
 # File systems
 #
-# CONFIG_EXT2_FS is not set
-# CONFIG_EXT3_FS is not set
+CONFIG_EXT2_FS=m
+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_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_USE_FOR_EXT23=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
 # CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD=m
+# CONFIG_JBD_DEBUG is not set
 CONFIG_JBD2=m
 # CONFIG_JBD2_DEBUG is not set
 CONFIG_FS_MBCACHE=m




More information about the arch-commits mailing list