mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi to 4.9.50-1
Disabled CONFIG_BCM_VC_SM due to vendor changes that broke multi-platform builds.
This commit is contained in:
parent
aa31cc9fa7
commit
a34d7052b6
2 changed files with 6 additions and 6 deletions
|
@ -5,11 +5,11 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=dbe9b03bef2b949093b4393d5f4efd8ef5cdb772
|
||||
_commit=12bafdab8214b23223603b75845c5c88f7444b6f
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.9.44
|
||||
pkgver=4.9.50
|
||||
pkgrel=1
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -23,12 +23,12 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('0cf4f02a931df020d4825ec00cae1feb'
|
||||
md5sums=('188d97bd785c3d7cd604d394058a45dd'
|
||||
'4a410ab9a1eefe82e158d36df02b3589'
|
||||
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
||||
'7c6b37a1353caccf6d3786bb4161c218'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'6ce5c44d5ee939cfad2efacc79f1e0b7'
|
||||
'4636c7382f5678f30484ce4cd68f24ec'
|
||||
'552c43bf6c0225bc213b31ee942b7000'
|
||||
'982f9184dfcfbe52110795cf73674334')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.9.39-1 Kernel Configuration
|
||||
# Linux/arm 4.9.50-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -2556,7 +2556,7 @@ CONFIG_BRCM_CHAR_DRIVERS=y
|
|||
CONFIG_BCM_VC_CMA=y
|
||||
CONFIG_BCM2708_VCMEM=y
|
||||
CONFIG_BCM_VCIO=y
|
||||
CONFIG_BCM_VC_SM=y
|
||||
# CONFIG_BCM_VC_SM is not set
|
||||
CONFIG_BCM2835_DEVGPIOMEM=m
|
||||
CONFIG_BCM2835_SMI_DEV=m
|
||||
CONFIG_TTY=y
|
||||
|
|
Loading…
Reference in a new issue