kernel: update to 2.6.32.9.

--HG--
extra : convert_revision : aad9c6a04b40618aa344b4051c4366ea595668f1
This commit is contained in:
Juan RP 2010-02-24 03:55:59 +01:00
parent 9c7a8e7209
commit 46b35c961f
2 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,6 @@ long_desc="
This package contains the binary firmware files required This package contains the binary firmware files required
for some hardware, built from the Linux kernel." for some hardware, built from the Linux kernel."
revision=1
noarch=yes noarch=yes
do_install() do_install()

View file

@ -2,7 +2,7 @@
pkgname=kernel pkgname=kernel
_kernel_ver=2.6.32 _kernel_ver=2.6.32
#version=${_kernel_ver} #version=${_kernel_ver}
_kernel_patch_ver=8 _kernel_patch_ver=9
# Don't forget to set same revision in kernel-headers! # Don't forget to set same revision in kernel-headers!
#revision=1 #revision=1
version=${_kernel_ver}.${_kernel_patch_ver} version=${_kernel_ver}.${_kernel_patch_ver}
@ -11,11 +11,11 @@ distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
build_style=custom-install build_style=custom-install
short_desc="The Linux kernel and associated stuff (2.6 branch)" short_desc="The Linux kernel and associated stuff (2.6 branch)"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=371363272e90172d378dec302d3330a87a757cf6620a18de694f9241cecd3493 checksum=f4f89aa0bed6886f90cfcb5a1933be0cb46e736d93d905ef582ed659e4d1d0bc
long_desc=" long_desc="
This package provides the linux kernel image and associated modules." This package provides the linux kernel image and associated modules."
subpackages="$pkgname-firmware $pkgname-headers" subpackages="kernel-firmware kernel-headers"
triggers="initramfs-tools" triggers="initramfs-tools"
essential=yes essential=yes
nostrip=yes nostrip=yes