kernel: update to 3.4.2 (x32 .config must be updated).

This commit is contained in:
Juan RP
2012-06-10 08:31:01 +02:00
parent 35eb68a14e
commit 9b1c5f07e1
2 changed files with 150 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
# Template file for 'kernel'
#
pkgname=kernel
_kmajorver=3.3
version=${_kmajorver}.8
_kmajorver=3.4
version=${_kmajorver}.2
revision=1
nostrip=yes
noverifyrdeps=yes
@@ -19,7 +19,7 @@ short_desc="The Linux kernel and modules"
long_desc="
This package provides the linux kernel image and associated modules."
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
checksum=dfe63dc372f945b1e76781fd5cf446ac77c07ad95633096ea73584e39ebdf72d
checksum=9db89fa31f2aa0600fd193a612c094dde49ba5a4309db96d7b5c5c86c333a95d
if [ -n "${revision}" ]; then
_kernver="${version}_${revision}"