parent
b140905578
commit
05b7fcfd9c
@ -1,10 +1,10 @@
|
||||
# Template file for 'rpi-kernel'
|
||||
#
|
||||
_githash="bc9f2c9a82627c0436a3c5eb118ffd2227a8cf04"
|
||||
_githash="a25dcd51886b626a3b079f3c3c21f7192fadb54a"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-kernel
|
||||
version=4.9.61
|
||||
version=4.9.62
|
||||
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=04817a040374d1da4ca04b8b6ee120c0c1e0e83af597c589276fb6e5f6788358
|
||||
checksum=40d707eb405bf1c1c7a1c769ccb1cf8de65b7af1688a7fcf65fa7faa80386a12
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
@ -50,11 +50,13 @@ do_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv7l*)
|
||||
echo "CONFIG_USER_NS=y" >> arch/arm/configs/bcm2709_defconfig
|
||||
echo "CONFIG_CONNECTOR=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_CONNECTOR=y" >> arch/arm/configs/bcmrpi_defconfig
|
||||
echo "CONFIG_PROC_EVENTS=y" >> arch/arm/configs/bcmrpi_defconfig
|
||||
make ${makejobs} ${_args} ARCH=arm bcmrpi_defconfig
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user