linux3.13: update to 3.13.8.
This commit is contained in:
parent
089d38e980
commit
15edefb757
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux3.13'
|
# Template file for 'linux3.13'
|
||||||
#
|
#
|
||||||
pkgname=linux3.13
|
pkgname=linux3.13
|
||||||
version=3.13.7
|
version=3.13.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (3.13 series)"
|
short_desc="The Linux kernel and modules (3.13 series)"
|
||||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||||
checksum=4494465501d1e1703c4a7d04f3b752d8c96484927d980db750687e38c8609e52
|
checksum=92e3b5663ac0bd0b5274f5485e80310718766c93859aea468b67371a9c76d47c
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ do_install() {
|
||||||
sed -i '2iexit 0' scripts/depmod.sh
|
sed -i '2iexit 0' scripts/depmod.sh
|
||||||
|
|
||||||
# Install kernel, firmware and modules
|
# 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}
|
hdrdest=${DESTDIR}/usr/src/kernel-headers-${_kernver}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue