rpi-kernel: update to 4.9.61

Closes: #9074 [via git-merge-pr]
This commit is contained in:
Peter Bui 2017-11-10 20:08:16 -05:00 committed by Duncaen
parent 195d3f01d7
commit ae9348606a

View file

@ -1,10 +1,10 @@
# Template file for 'rpi-kernel'
#
_githash="9b4d68d0ad53f843f362682c96935370f69bdeaa"
_githash="bc9f2c9a82627c0436a3c5eb118ffd2227a8cf04"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=4.9.60
version=4.9.61
revision=1
wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -12,7 +12,7 @@ homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=a094f1e0835220717178b2b57831f11b5eaae5941246e5954f78b96623291762
checksum=04817a040374d1da4ca04b8b6ee120c0c1e0e83af597c589276fb6e5f6788358
_kernver="${version}_${revision}"
@ -50,10 +50,12 @@ do_configure() {
case "$XBPS_TARGET_MACHINE" in
armv7l*)
echo "CONFIG_USER_NS=y" >> arch/arm/configs/bcm2709_defconfig
echo "CONFIG_PROC_EVENTS=y" >> arch/arm/configs/bcm2709_defconfig
make ${makejobs} ${_args} ARCH=arm bcm2709_defconfig
;;
armv6l*)
echo "CONFIG_USER_NS=y" >> arch/arm/configs/bcmrpi_defconfig
echo "CONFIG_PROC_EVENTS=y" >> arch/arm/configs/bcmrpi_defconfig
make ${makejobs} ${_args} ARCH=arm bcmrpi_defconfig
;;
esac