mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 3.18.5-1
This commit is contained in:
parent
210a66b080
commit
1369a17dcf
2 changed files with 26 additions and 18 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=790fc78afdb8d50f40f2fb18b5aa22e11b8fbc48
|
||||
_commit=05851b0ab113773aeefbe98bee94298fa3cf646c
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.18.4
|
||||
pkgrel=2
|
||||
pkgver=3.18.5
|
||||
pkgrel=1
|
||||
bfqver=v7r7
|
||||
arch=('arm' 'armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -29,13 +29,13 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'config.txt'
|
||||
'cmdline.txt'
|
||||
'config')
|
||||
md5sums=('39384d24f555f9e720cc81b4fbbfa7c4'
|
||||
md5sums=('1d05c5376cc06bea1892dddd93cb5058'
|
||||
'SKIP'
|
||||
'1c7c2d0338939a9e6953a64d80861471'
|
||||
'a81346cce95baeac2c56cf60d3c7e5b6'
|
||||
'8f2743651280f5a022e541f4e95e5546'
|
||||
'405015cdeb544575c25018b3487a2e76'
|
||||
'7957284102b84600d6f9c7ac6aacc45f'
|
||||
'a294b4a0d711c58fb0d94df3b5ace975'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'565e0f31537e6cbfb81960e3f7f9a8eb')
|
||||
|
||||
|
|
|
@ -1,24 +1,30 @@
|
|||
# Uncomment some or all of these to enable the optional hardware interfaces
|
||||
# Params:
|
||||
# i2c0 (default "off") Set to "on" to enable the i2c0 interface
|
||||
# i2c1 (default "off") Set to "on" to enable the i2c1 interface
|
||||
# i2s (default "off") Set to "on" to enable the i2s interface
|
||||
# spi (default "off") Set to "on" to enable the spi interfaces
|
||||
# i2c_arm (default "off") Set to "on" to enable the ARM's i2c interface
|
||||
# i2c_vc (default "off") Set to "on" to enable the i2c interface
|
||||
# usually reserved for the VideoCore processor
|
||||
# i2c An alias for i2c_arm
|
||||
# i2s (default "off") Set to "on" to enable the i2s interface
|
||||
# spi (default "off") Set to "on" to enable the spi interfaces
|
||||
# act_led_trigger (default "mmc")
|
||||
# Choose which activity the LED tracks.
|
||||
# Use "heartbeat" for a nice load indicator.
|
||||
# Choose which activity the LED tracks.
|
||||
# Use "heartbeat" for a nice load indicator.
|
||||
# act_led_activelow (default "off")
|
||||
# Set to "on" to invert the sense of the LED
|
||||
# Set to "on" to invert the sense of the LED
|
||||
# act_led_gpio (default "16" on a non-Plus board, "47" on a Plus)
|
||||
# Set which GPIO pin to use for the activity LED
|
||||
# (in case you want to connect it to an external
|
||||
# device).
|
||||
# Set which GPIO pin to use for the activity LED
|
||||
# (in case you want to connect it to an external
|
||||
# device).
|
||||
#
|
||||
# N.B. It is recommended to only enable those interfaces that are needed.
|
||||
# Leaving all interfaces enabled can lead to unwanted behaviour (I2C
|
||||
# Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
|
||||
# interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
|
||||
#device_tree_param=i2c0=on
|
||||
#device_tree_param=i2c1=on
|
||||
# Note also that i2c_arm and i2c_vc are aliases for the physical
|
||||
# interfaces i2c0 and i2c1. Use of the numeric variants is still possible
|
||||
# but deprecated because the ARM/VC assignments differ between board
|
||||
# revisions.
|
||||
#device_tree_param=i2c_arm=on
|
||||
#device_tree_param=i2c_vc=on
|
||||
#device_tree_param=i2s=on
|
||||
#device_tree_param=spi=on
|
||||
#device_tree_param=act_led_trigger=mmc
|
||||
|
@ -50,12 +56,14 @@
|
|||
|
||||
# Uncomment to enable the w1-gpio Onewire interface module
|
||||
# Use this overlay if you *don't* need a pin to drive an external pullup
|
||||
# N.B. The parasitic power feature is not yet functional using DT.
|
||||
# Params: gpiopin (default "4") GPIO pin for I/O
|
||||
#device_tree_overlay=w1-gpio
|
||||
#device_tree_param=gpiopin=4
|
||||
|
||||
# Uncomment to enable the w1-gpio Onewire interface module
|
||||
# Use this overlay if you *do* need a pin to drive an external pullup
|
||||
# N.B. The parasitic power feature is not yet functional using DT.
|
||||
# Params: gpiopin (default "4") GPIO pin for I/O
|
||||
# pullup (default "5") GPIO pin for external pullup
|
||||
#device_tree_overlay=w1-gpio
|
||||
|
|
Loading…
Reference in a new issue