rpi-kernel: update to upstream git commit 2e529746b6 (3.18.10).
This commit is contained in:
parent
8175c9738a
commit
9594cdd7b5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rpi-kernel'
|
# Template file for 'rpi-kernel'
|
||||||
#
|
#
|
||||||
_githash="780e68130fba82a525b89e85f051c91b7a508e52"
|
_githash="2e529746b6de7633ffd02c27c1f70a1df30fe243"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=3.18.9
|
version=3.18.10
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${_githash}"
|
wrksrc="linux-${_githash}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -12,7 +12,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||||
checksum=d8f98a82cdfca61bafd3e78f64c5fbf0ea85d3598e8385b5f563ea2362acaa35
|
checksum=d7eec494278053832004732e7d9e2669de243435bbff280bcb1cc41ba413276a
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ do_install() {
|
||||||
|
|
||||||
# Compress all modules with xz to save a few MBs.
|
# Compress all modules with xz to save a few MBs.
|
||||||
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
|
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
|
||||||
find ${DESTDIR} -name '*.ko' -exec gzip -9 {} \;
|
find ${DESTDIR} -name '*.ko' | xargs -n -P gzip -9
|
||||||
|
|
||||||
# ... and run depmod again.
|
# ... and run depmod again.
|
||||||
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
||||||
|
|
Loading…
Reference in a new issue