mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
.36.3 update
This commit is contained in:
parent
81789b3b7f
commit
56cf4d2d34
@ -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')
|
||||
|
@ -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() {
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user