mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-raspberrypi to 4.0.8-2
This commit is contained in:
parent
aeab6d31ec
commit
6d28e0e205
3 changed files with 13 additions and 7 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=96b18b09c3b36d507c4178dd02100fd338c16921
|
||||
_commit=e19e6a92ee0ccd59b3cba5591d59e96d1e6d37d7
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.0.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
bfqver=v7r8
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -28,15 +28,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('fa55cd845f47af2e6726b229e1607078'
|
||||
md5sums=('2d3d50f3c66b618d52a1f527e208795c'
|
||||
'SKIP'
|
||||
'9b221738c7872804b12d37cc28da662b'
|
||||
'41efdbed6fe578640408ac9dca034261'
|
||||
'77548d22ce35270383210556eb0ba9a5'
|
||||
'9a3c82da627b317ec79c37fd6afba569'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'2eab4d58571fc9952d025db8d014c967'
|
||||
'606b37012381927dc85d059c0fd2de40')
|
||||
'bbbbc1e5598d9e0ca65c2a8a8dd090ce'
|
||||
'8e9f5f5b31a506ac87f340881ad03153')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.0.7-1 Kernel Configuration
|
||||
# Linux/arm 4.0.8-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1862,6 +1862,7 @@ CONFIG_JOYSTICK_JOYDUMP=m
|
|||
CONFIG_JOYSTICK_XPAD=m
|
||||
CONFIG_JOYSTICK_XPAD_FF=y
|
||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
||||
CONFIG_JOYSTICK_RPISENSE=m
|
||||
CONFIG_INPUT_TABLET=y
|
||||
CONFIG_TABLET_USB_ACECAD=m
|
||||
CONFIG_TABLET_USB_AIPTEK=m
|
||||
|
@ -2485,6 +2486,7 @@ CONFIG_BCMA_BLOCKIO=y
|
|||
# Multifunction device drivers
|
||||
#
|
||||
CONFIG_MFD_CORE=y
|
||||
CONFIG_MFD_RPISENSE_CORE=m
|
||||
# CONFIG_MFD_AS3711 is not set
|
||||
# CONFIG_MFD_AS3722 is not set
|
||||
# CONFIG_PMIC_ADP5520 is not set
|
||||
|
@ -3114,6 +3116,7 @@ CONFIG_FB_UDL=m
|
|||
# CONFIG_FB_AUO_K190X is not set
|
||||
# CONFIG_FB_SIMPLE is not set
|
||||
CONFIG_FB_SSD1307=m
|
||||
CONFIG_FB_RPISENSE=m
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_LCD_CLASS_DEVICE=m
|
||||
# CONFIG_LCD_L4F00242T03 is not set
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.0.7-1 Kernel Configuration
|
||||
# Linux/arm 4.0.8-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1954,6 +1954,7 @@ CONFIG_JOYSTICK_JOYDUMP=m
|
|||
CONFIG_JOYSTICK_XPAD=m
|
||||
CONFIG_JOYSTICK_XPAD_FF=y
|
||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
||||
CONFIG_JOYSTICK_RPISENSE=m
|
||||
CONFIG_INPUT_TABLET=y
|
||||
CONFIG_TABLET_USB_ACECAD=m
|
||||
CONFIG_TABLET_USB_AIPTEK=m
|
||||
|
@ -2577,6 +2578,7 @@ CONFIG_BCMA_BLOCKIO=y
|
|||
# Multifunction device drivers
|
||||
#
|
||||
CONFIG_MFD_CORE=y
|
||||
CONFIG_MFD_RPISENSE_CORE=m
|
||||
# CONFIG_MFD_AS3711 is not set
|
||||
# CONFIG_MFD_AS3722 is not set
|
||||
# CONFIG_PMIC_ADP5520 is not set
|
||||
|
@ -3206,6 +3208,7 @@ CONFIG_FB_UDL=m
|
|||
# CONFIG_FB_AUO_K190X is not set
|
||||
# CONFIG_FB_SIMPLE is not set
|
||||
CONFIG_FB_SSD1307=m
|
||||
CONFIG_FB_RPISENSE=m
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_LCD_CLASS_DEVICE=m
|
||||
# CONFIG_LCD_L4F00242T03 is not set
|
||||
|
|
Loading…
Reference in a new issue