Skip to content

Commit

Permalink
core/linux-raspberrypi to 4.9.22-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Apr 15, 2017
1 parent 8ceb297 commit 96587a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions core/linux-raspberrypi/PKGBUILD
Expand Up @@ -5,11 +5,11 @@
buildarch=20

pkgbase=linux-raspberrypi
_commit=5e4ee836560d4c0371e109bf469e1ad808ae7a44
_commit=72134397d72079a533c8fc742701fdc7f5ae7c5b
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi"
pkgver=4.9.21
pkgver=4.9.22
pkgrel=1
arch=('armv6h' 'armv7h')
url="http://www.kernel.org/"
Expand All @@ -23,12 +23,12 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
'config'
'linux.preset'
'99-linux.hook')
md5sums=('1c89aa6b9238e11bc33ca36d97ee4b3e'
md5sums=('e8f2b690fbc8a9f63e15232d39d85b34'
'4a410ab9a1eefe82e158d36df02b3589'
'8c3cb6d8f0609b43f09d083b4006ec5a'
'7c6b37a1353caccf6d3786bb4161c218'
'60bc3624123c183305677097bcd56212'
'81e14dd0f27ece034fd918c91c9a0533'
'ce9bf29b4fbe46ae281e94bf7a65946b'
'552c43bf6c0225bc213b31ee942b7000'
'982f9184dfcfbe52110795cf73674334')

Expand Down
7 changes: 6 additions & 1 deletion core/linux-raspberrypi/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.9.19-1 Kernel Configuration
# Linux/arm 4.9.22-1 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down Expand Up @@ -3580,6 +3580,11 @@ CONFIG_VIDEO_MT9V011=m
#
# Sensors used on soc_camera driver
#

#
# Media SPI Adapters
#
# CONFIG_CXD2880_SPI_DRV is not set
CONFIG_MEDIA_TUNER=m
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
Expand Down

0 comments on commit 96587a9

Please sign in to comment.