mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 3.18.7-4
This commit is contained in:
parent
1235207818
commit
bcdafaa4ac
2 changed files with 7 additions and 4 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=0be82f722c097340632a59b879fbfee9c6148f53
|
||||
_commit=b630db9dcb5c73367050a672823047b0466b16b9
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.18.7
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
bfqver=v7r7
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -30,13 +30,13 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('4a174cfc6fd8a2f75cc8d41da848b210'
|
||||
md5sums=('f7237eb58992845938be52da39221d71'
|
||||
'SKIP'
|
||||
'1c7c2d0338939a9e6953a64d80861471'
|
||||
'a81346cce95baeac2c56cf60d3c7e5b6'
|
||||
'8f2743651280f5a022e541f4e95e5546'
|
||||
'405015cdeb544575c25018b3487a2e76'
|
||||
'74f15f615923836da8c5b7e9af26714d'
|
||||
'c3f5c5873ffe71904c411562151df9ac'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'05a8919cc2ce7211db9235b7cd82d93a'
|
||||
'3bde46c51108d218ec60fd8f5db2aa40')
|
||||
|
|
|
@ -94,6 +94,9 @@
|
|||
# Uncomment to enable the DS1307 Real Time Clock
|
||||
#device_tree_overlay=ds1307-rtc
|
||||
|
||||
# Uncomment to enable the BMP085/BMP180 temperature/pressure sensor
|
||||
#device_tree_overlay=bmp085_i2c-sensor
|
||||
|
||||
# Uncomment if you get no picture on HDMI for a default "safe" mode
|
||||
#hdmi_safe=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue