linux3.12: update to 3.12.15.
This commit is contained in:
parent
550e51dc3a
commit
089d38e980
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux3.12'
|
||||
#
|
||||
pkgname=linux3.12
|
||||
version=3.12.13
|
||||
version=3.12.15
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (3.12 series)"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=adda6809fb49c8950f65a94335e8540345e24e1f76e4586d03795ab089992423
|
||||
checksum=f6116819985f0402392580704bf4b3b2f0dd6d0ab7f16b36a078c5788b17c423
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
@ -77,7 +77,7 @@ do_install() {
|
|||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
# Install kernel, firmware and modules
|
||||
make INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
make ${makejobs} INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
|
||||
hdrdest=${DESTDIR}/usr/src/kernel-headers-${_kernver}
|
||||
|
||||
|
|
Loading…
Reference in a new issue