kernel: update to 3.2.2.
This commit is contained in:
parent
a587bf0373
commit
5cb78884d5
|
@ -1,10 +1,10 @@
|
|||
# Common vars shared by the 'kernel' and 'kernel-libc-headers'
|
||||
# build templates.
|
||||
_kmajorver=3.2
|
||||
version=${_kmajorver}.1
|
||||
version=${_kmajorver}.2
|
||||
wrksrc="linux-${version}"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
checksum=1bd7a89830b7e0491943964491ac41ff44299f28e864d90a1f396e57fe24756b
|
||||
checksum=2a203093ebd68a29ad0ea7ecff015d9010986869caebebca056babeee0b512b9
|
||||
|
|
|
@ -14,7 +14,7 @@ noverifyrdeps=yes
|
|||
preserve=yes
|
||||
patch_args="-Np1"
|
||||
|
||||
: ${revision:=2}
|
||||
#: ${revision:=1}
|
||||
_kernel_headers_revision=${revision}
|
||||
if [ -n "${_kernel_snapshot}" ]; then
|
||||
if [ -n "${_kernel_patch_ver}" ]; then
|
||||
|
|
Loading…
Reference in New Issue