diff --git a/kernel26/PKGBUILD b/kernel26/PKGBUILD index 1775ee36f..1c88ada20 100644 --- a/kernel26/PKGBUILD +++ b/kernel26/PKGBUILD @@ -13,8 +13,8 @@ pkgname=('kernel26' 'kernel26-firmware' 'kernel26-headers') # Build stock -CHAKR #_kernelname=${pkgname#kernel26} _kernelname="" _basekernel=2.6.36 -pkgver=${_basekernel}.2 -pkgrel=2 +pkgver=${_basekernel}.3 +pkgrel=1 _patchname="patch-${pkgver}-${pkgrel}-CHAKRA" arch=(i686 x86_64) license=('GPL2') @@ -26,7 +26,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2 # standard config files for mkinitcpio ramdisk kernel26.preset) md5sums=('61f3739a73afb6914cb007f37fb09b62' - '0f552c6918841c4794b9351674ca5cf3' + 'b03f895f885b1b0fcf4335cfbb1f7aa4' '6a15f7d4f7c88fa7894b3a353548fa55' '9dc3149aea0be00a570fa81319588acc' '25584700a0a679542929c4bed31433b6') diff --git a/linux-2.6-CHAKRA/PATCHCFG b/linux-2.6-CHAKRA/PATCHCFG index 7e75bc718..92b169532 100644 --- a/linux-2.6-CHAKRA/PATCHCFG +++ b/linux-2.6-CHAKRA/PATCHCFG @@ -10,7 +10,7 @@ SRCNAME="linux-2.6.36-CHAKRA" # filename%patchlevel (file must be in patches subdirectory) PATCHES=( # add upstream patch from 2.6.36 series - http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.36.2.bz2%1 + http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.36.3.bz2%1 # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git @@ -28,7 +28,7 @@ PATCHES=( ) # Name of the resulting patch (will be bzipped afterwards) -PATCHNAME="patch-2.6.36.2-2-CHAKRA" +PATCHNAME="patch-2.6.36.3-1-CHAKRA" # Run this before applying patches pre_apply() { diff --git a/linux-2.6-CHAKRA/gen_kernel_patch b/linux-2.6-CHAKRA/gen_kernel_patch index 6e3629cc7..610b6cb84 100755 --- a/linux-2.6-CHAKRA/gen_kernel_patch +++ b/linux-2.6-CHAKRA/gen_kernel_patch @@ -53,6 +53,8 @@ done post_apply +rm -v $(find . -type f -name '*.orig') + cd ${startdir}/src diff -Nur ${SRCORIG} ${SRCNAME} > $startdir/${PATCHNAME} bzip2 --best $startdir/${PATCHNAME}