mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-raspberrypi to 4.9.57-2
This commit is contained in:
parent
2afb770a2a
commit
9ae7d4a414
3 changed files with 1290 additions and 3 deletions
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.9.57
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -18,6 +18,7 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
|||
options=('!strip')
|
||||
source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||
'https://archlinuxarm.org/builder/src/brcmfmac43430-sdio.bin' 'https://archlinuxarm.org/builder/src/brcmfmac43430-sdio.txt'
|
||||
0001-Revert-vc-cma-Remove-the-driver-as-non-functional-on.patch
|
||||
'config.txt'
|
||||
'cmdline.txt'
|
||||
'config'
|
||||
|
@ -26,9 +27,10 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
md5sums=('7d2cd9a00e2bc965981f7ce2fe928682'
|
||||
'4a410ab9a1eefe82e158d36df02b3589'
|
||||
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
||||
'9246abe34ecf6235c5452d5af71eb403'
|
||||
'7c6b37a1353caccf6d3786bb4161c218'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'3ab115b8be08cf82b62becf8c44d561f'
|
||||
'83327f60faf355b8cf59a8b463f795a8'
|
||||
'552c43bf6c0225bc213b31ee942b7000'
|
||||
'982f9184dfcfbe52110795cf73674334')
|
||||
|
||||
|
@ -43,6 +45,7 @@ prepare() {
|
|||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
git apply ../0001-Revert-vc-cma-Remove-the-driver-as-non-functional-on.patch
|
||||
mkdir firmware/brcm
|
||||
cp ../brcmfmac43430-sdio.{bin,txt} firmware/brcm
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.9.57-1 Kernel Configuration
|
||||
# Linux/arm 4.9.57-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -2553,6 +2553,7 @@ CONFIG_GAMEPORT_L4=m
|
|||
# Character devices
|
||||
#
|
||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
||||
CONFIG_BCM_VC_CMA=y
|
||||
CONFIG_BCM2708_VCMEM=y
|
||||
CONFIG_BCM_VCIO=y
|
||||
CONFIG_BCM_VC_SM=y
|
||||
|
|
Loading…
Reference in a new issue