mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi to 3.10.27 and tablets support
This commit is contained in:
parent
dc22b5ab4b
commit
ba5d0d0638
2 changed files with 12 additions and 6 deletions
|
@ -4,11 +4,11 @@
|
||||||
buildarch=18
|
buildarch=18
|
||||||
|
|
||||||
pkgbase=linux-raspberrypi
|
pkgbase=linux-raspberrypi
|
||||||
_commit=5df7f220748c30d012f5dd5036c243a10ebe299f
|
_commit=ab2ed0dbf37e8d397e60f37621629082da75cd58
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi"
|
_desc="Raspberry Pi"
|
||||||
pkgver=3.10.26
|
pkgver=3.10.27
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('arm armv6h')
|
arch=('arm armv6h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -26,8 +26,8 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||||
'aufs-sources-3.10.26-mmap-aufs3.patch')
|
'aufs-sources-3.10.26-mmap-aufs3.patch')
|
||||||
|
|
||||||
|
|
||||||
md5sums=('5fc82e48381e967da7e417c43a1f8e35'
|
md5sums=('d36c4a26b7b8d8e2ec4b51684909f238'
|
||||||
'32fd2a88136c75e11ef0d593acd8aeaa'
|
'6a47b587102e6f52ec4fb65b1ecf6856'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'9335d1263fd426215db69841a380ea26'
|
'9335d1263fd426215db69841a380ea26'
|
||||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.10.23-1 Kernel Configuration
|
# Linux/arm 3.10.27-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
|
@ -1579,7 +1579,13 @@ CONFIG_JOYSTICK_JOYDUMP=y
|
||||||
CONFIG_JOYSTICK_XPAD=m
|
CONFIG_JOYSTICK_XPAD=m
|
||||||
CONFIG_JOYSTICK_XPAD_FF=y
|
CONFIG_JOYSTICK_XPAD_FF=y
|
||||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
CONFIG_JOYSTICK_XPAD_LEDS=y
|
||||||
# CONFIG_INPUT_TABLET is not set
|
CONFIG_INPUT_TABLET=y
|
||||||
|
CONFIG_TABLET_USB_ACECAD=m
|
||||||
|
CONFIG_TABLET_USB_AIPTEK=m
|
||||||
|
CONFIG_TABLET_USB_GTCO=m
|
||||||
|
CONFIG_TABLET_USB_HANWANG=m
|
||||||
|
CONFIG_TABLET_USB_KBTAB=m
|
||||||
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
||||||
# CONFIG_TOUCHSCREEN_AD7877 is not set
|
# CONFIG_TOUCHSCREEN_AD7877 is not set
|
||||||
|
|
Loading…
Reference in a new issue