mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
parent
7b5c8866f0
commit
18c6d08f32
4 changed files with 13 additions and 11 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=c799e6e411861187d16cd88676a91d1ad37c28cf
|
||||
_commit=3dc1c98fc33fd45abc45bebe0f9c173be62370c7
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.18.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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=('d5cf90adb0c70e68560d4477b6963b3e'
|
||||
md5sums=('4da25810eabac26ce1c52b0e0be5f766'
|
||||
'SKIP'
|
||||
'1c7c2d0338939a9e6953a64d80861471'
|
||||
'a81346cce95baeac2c56cf60d3c7e5b6'
|
||||
'8f2743651280f5a022e541f4e95e5546'
|
||||
'405015cdeb544575c25018b3487a2e76'
|
||||
'06239aa575a15eb6024275864dfcc691'
|
||||
'74f15f615923836da8c5b7e9af26714d'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'1fd3e912a506c65749dcc11702a25444'
|
||||
'5c689ca92ca4d4b564c9897ad1bb177a')
|
||||
'5935938d2f749c57da1d852065c3df98'
|
||||
'8e106e3b615a3adc4b0cd8a4e4673c72')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
# (default "on")
|
||||
# invert "on" = invert the output pin (default "off")
|
||||
# debug "on" = enable additional debug messages
|
||||
(default "off")
|
||||
# (default "off")
|
||||
#device_tree_overlay=lirc-rpi
|
||||
#device_tree_param=gpio_out_pin=17
|
||||
#device_tree_param=gpio_in_pin=18
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.18.6-1 Kernel Configuration
|
||||
# Linux/arm 3.18.6-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1519,7 +1519,8 @@ CONFIG_NET_VENDOR_MICREL=y
|
|||
# CONFIG_KS8851 is not set
|
||||
# CONFIG_KS8851_MLL is not set
|
||||
CONFIG_NET_VENDOR_MICROCHIP=y
|
||||
# CONFIG_ENC28J60 is not set
|
||||
CONFIG_ENC28J60=m
|
||||
# CONFIG_ENC28J60_WRITEVERIFY is not set
|
||||
CONFIG_NET_VENDOR_NATSEMI=y
|
||||
CONFIG_NET_VENDOR_8390=y
|
||||
# CONFIG_AX88796 is not set
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.18.6-1 Kernel Configuration
|
||||
# Linux/arm 3.18.6-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1570,7 +1570,8 @@ CONFIG_NET_VENDOR_MICREL=y
|
|||
# CONFIG_KS8851 is not set
|
||||
# CONFIG_KS8851_MLL is not set
|
||||
CONFIG_NET_VENDOR_MICROCHIP=y
|
||||
# CONFIG_ENC28J60 is not set
|
||||
CONFIG_ENC28J60=m
|
||||
# CONFIG_ENC28J60_WRITEVERIFY is not set
|
||||
CONFIG_NET_VENDOR_NATSEMI=y
|
||||
CONFIG_NET_VENDOR_8390=y
|
||||
# CONFIG_AX88796 is not set
|
||||
|
|
Loading…
Reference in a new issue