[arch-commits] CVS update of extra/kernels/kernel26ck (PKGBUILD config)

Tom Killian tom at archlinux.org
Fri Aug 17 20:05:44 UTC 2007


    Date: Friday, August 17, 2007 @ 16:05:44
  Author: tom
    Path: /home/cvs-extra/extra/kernels/kernel26ck

Modified: PKGBUILD (1.34 -> 1.35) config (1.11 -> 1.12)

upgpkg: kernel26ck 2.6.22.3.ck1-1


----------+
 PKGBUILD |   53 +++++++++++++++++++++++++----------------------------
 config   |    8 ++++----
 2 files changed, 29 insertions(+), 32 deletions(-)


Index: extra/kernels/kernel26ck/PKGBUILD
diff -u extra/kernels/kernel26ck/PKGBUILD:1.34 extra/kernels/kernel26ck/PKGBUILD:1.35
--- extra/kernels/kernel26ck/PKGBUILD:1.34	Sat Aug 11 02:21:22 2007
+++ extra/kernels/kernel26ck/PKGBUILD	Fri Aug 17 16:05:44 2007
@@ -3,7 +3,7 @@
 
 pkgname=kernel26ck
 basekernel=2.6.22
-_kpatch=2.6.22.2
+_kpatch=2.6.22.3
 _patchver=ck1
 pkgver=${_kpatch}.${_patchver}
 pkgrel=1
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 backup=('boot/kconfig26ck' 'etc/mkinitcpio.d/kernel26ck.preset')
-depends=('module-init-tools' 'mkinitcpio>=0.5.13')
+depends=('module-init-tools' 'mkinitcpio>=0.5.15')
 install=kernel26ck.install
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${basekernel}.tar.bz2
 	#http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-${_kpatch}.bz2
@@ -37,27 +37,6 @@
         acpi-buggy-bios.patch
         bluetooth-alsa.patch
         squashfs3.2-patch.bz2)
-md5sums=('2e230d005c002fb3d38a3ca07c0200d0'
-         '66b0085338f446bf42b407adb099517a'
-         '1bf6e4e5100b9af1f5eb361cff5a443e'
-         '493137566bc397ec762c86e64bd96849'
-         'd6866d18c3a73e0e3f43db268504c322'
-         'da4c71ae4614ff9e07f323ec75a84862'
-         '6334f2be64678ebeacceda2caac7b1e4'
-         '9245393d68dbe8de9fe779f3421253ee'
-         'b62e5095967c0c9a7cccdacce81c5c64'
-         '5cbbc19b02fa96e614877da9e7833a0d'
-         'ed6b42fea2f5d27f7eb920746ccc1ebb'
-         'a995ec849ea43d3c89d607bbdd1e7d09'
-         '3b333625635413a8e1466f764785e58a'
-         '8c579c72a4f7187de6b496aec88250ed'
-         '695d8578a0334fa9bb140917561f03d4'
-         '276f81528448a6f86b4935a8c38acdad'
-         '3ed791c3af3099489faf0d22cbcc55a8'
-         '50ba275e9796ac034bfdfd7b27c71eb3'
-         'bbc730a590d4e09b3d937b257e5a4bfe'
-         'f5bd3608306e0ede70c3b3bd8b5de53e'
-         '004c5d686dd70478f80fb6f075a6086b')
                                                                                         
 build() {
   [ "${CARCH}" = "i686" ]   && KARCH=i386
@@ -141,9 +120,7 @@
   mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/.tmp_versions
   
   cp arch/$KARCH/Makefile $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
-  if [ "$CARCH" = "i686" ]; then
-    cp arch/$KARCH/Makefile.cpu $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
-  fi
+  cp arch/$KARCH/Makefile.cpu $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
   cp arch/$KARCH/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel/
 
   # add headers for lirc package
@@ -178,7 +155,7 @@
     cp -a include/asm-x86_64/tsc.h ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-x86_64
   else
     mkdir ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-i386
-    cp -a include/asm-i386/{tsc,msr-index,processor-flags}.h ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-i386
+    cp -a include/asm-i386/tsc.h ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-i386
   fi
 
   cd $startdir/pkg/usr/src/linux-${_kernver}/include && ln -s asm-$KARCH asm
@@ -193,4 +170,24 @@
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26ck.install
   echo -e "# NEVER EDIT THIS FILE\nALL_kver='${_kernver}'" > ${startdir}/pkg/etc/mkinitcpio.d/kernel26ck.kver
 }
-
+md5sums=('2e230d005c002fb3d38a3ca07c0200d0'
+         '66b0085338f446bf42b407adb099517a'
+         '2ada3008a04887c7aac105644333bd31'
+         '493137566bc397ec762c86e64bd96849'
+         'd6866d18c3a73e0e3f43db268504c322'
+         'da4c71ae4614ff9e07f323ec75a84862'
+         '6334f2be64678ebeacceda2caac7b1e4'
+         'f6989e19c07e8af2a1e74af7e0241282'
+         'a34c173fe5831a6cb42bf67d6f94e5f0'
+         '5cbbc19b02fa96e614877da9e7833a0d'
+         'ed6b42fea2f5d27f7eb920746ccc1ebb'
+         'a995ec849ea43d3c89d607bbdd1e7d09'
+         '3b333625635413a8e1466f764785e58a'
+         '8c579c72a4f7187de6b496aec88250ed'
+         '695d8578a0334fa9bb140917561f03d4'
+         '276f81528448a6f86b4935a8c38acdad'
+         '3ed791c3af3099489faf0d22cbcc55a8'
+         '50ba275e9796ac034bfdfd7b27c71eb3'
+         'bbc730a590d4e09b3d937b257e5a4bfe'
+         'f5bd3608306e0ede70c3b3bd8b5de53e'
+         '004c5d686dd70478f80fb6f075a6086b')
Index: extra/kernels/kernel26ck/config
diff -u extra/kernels/kernel26ck/config:1.11 extra/kernels/kernel26ck/config:1.12
--- extra/kernels/kernel26ck/config:1.11	Tue Jul 24 04:45:48 2007
+++ extra/kernels/kernel26ck/config	Fri Aug 17 16:05:44 2007
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.22
-# Sun Jul 22 19:57:49 2007
+# Fri Aug 17 15:12:14 2007
 #
 CONFIG_X86_32=y
 CONFIG_GENERIC_TIME=y
@@ -74,9 +74,8 @@
 CONFIG_EVENTFD=y
 CONFIG_SHMEM=y
 CONFIG_VM_EVENT_COUNTERS=y
-CONFIG_SLUB_DEBUG=y
-# CONFIG_SLAB is not set
-CONFIG_SLUB=y
+CONFIG_SLAB=y
+# CONFIG_SLUB is not set
 # CONFIG_SLOB is not set
 CONFIG_RT_MUTEXES=y
 # CONFIG_TINY_SHMEM is not set
@@ -3362,6 +3361,7 @@
 CONFIG_DETECT_SOFTLOCKUP=y
 # CONFIG_SCHEDSTATS is not set
 # CONFIG_TIMER_STATS is not set
+# CONFIG_DEBUG_SLAB is not set
 # CONFIG_DEBUG_PREEMPT is not set
 # CONFIG_DEBUG_RT_MUTEXES is not set
 # CONFIG_RT_MUTEX_TESTER is not set




More information about the arch-commits mailing list