mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi to 3.18.11-3
This commit is contained in:
parent
dac7edd1f9
commit
83cf211cdb
4 changed files with 11 additions and 11 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=b2f16e549532870e0c6fa3b588ad239fd9421702
|
||||
_commit=1c5ba896d649812bfe238fe940fe949f50ec1986
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.18.11
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
bfqver=v7r7
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -30,16 +30,16 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('a18f362bccd66b510b40b7bd1a208ac3'
|
||||
md5sums=('ea6f2b85ab22d9fc07696305f50142a4'
|
||||
'SKIP'
|
||||
'1c7c2d0338939a9e6953a64d80861471'
|
||||
'a81346cce95baeac2c56cf60d3c7e5b6'
|
||||
'8f2743651280f5a022e541f4e95e5546'
|
||||
'69d50a4604a587ae770e4be244e293bd'
|
||||
'02bdc293e3fefe067a0aae2635c3220b'
|
||||
'9a3c82da627b317ec79c37fd6afba569'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'acfc869522fd9078a4e1e471183a4391'
|
||||
'256010462a4daf24c17300989e0294bb')
|
||||
'f5584e9c6d4e4f598c5f72f0b9c3ee4a'
|
||||
'169138b5cc4092926f31bba188e3d021')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# (default "mmc")
|
||||
# act_led_activelow Set to "on" to invert the sense of the LED
|
||||
# (default "off")
|
||||
# act_led_gpio Set which GPIO pin to use for the activity LED
|
||||
# act_led_gpio Set which GPIO to use for the activity LED
|
||||
# (in case you want to connect it to an external
|
||||
# device)
|
||||
# (default "16" on a non-Plus board, "47" on a
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.18.10-1 Kernel Configuration
|
||||
# Linux/arm 3.18.11-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1449,7 +1449,7 @@ CONFIG_NET_CORE=y
|
|||
CONFIG_BONDING=m
|
||||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
CONFIG_IFB=y
|
||||
CONFIG_IFB=m
|
||||
# CONFIG_NET_TEAM is not set
|
||||
CONFIG_MACVLAN=m
|
||||
CONFIG_MACVTAP=m
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.18.10-1 Kernel Configuration
|
||||
# Linux/arm 3.18.11-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1540,7 +1540,7 @@ CONFIG_NET_CORE=y
|
|||
CONFIG_BONDING=m
|
||||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
CONFIG_IFB=y
|
||||
CONFIG_IFB=m
|
||||
# CONFIG_NET_TEAM is not set
|
||||
CONFIG_MACVLAN=m
|
||||
CONFIG_MACVTAP=m
|
||||
|
|
Loading…
Reference in a new issue