mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-imx6-cubox-dt add CONFIG_INPUT_UINPUT=m
This commit is contained in:
parent
ffa305aa99
commit
f72871348a
2 changed files with 6 additions and 6 deletions
|
@ -10,12 +10,12 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox-dt
|
||||
pkgname=('linux-imx6-cubox-dt' 'linux-headers-imx6-cubox-dt')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=dd9ceaf071b535dbbacfbb90e4b909f66058413d
|
||||
_commit=2252efa0655c4efe126dfa2e402c2f1e52ef4a78
|
||||
_srcname=linux-linaro-stable-mx6-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=29
|
||||
pkgrel=30
|
||||
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -28,9 +28,9 @@ source=("https://github.com/warped-rudi/linux-linaro-stable-mx6/archive/${_commi
|
|||
'change-default-console-loglevel.pat'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
||||
md5sums=('524f0a92e0480a88998f6833967ae17c'
|
||||
md5sums=('6457ebca3380990dfeaaee5f8113dd0a'
|
||||
'ddf7876487c876f6676ef0e050e9d204'
|
||||
'a124dbfee36ba9827b6581c8a5400340'
|
||||
'8941dd4f187671482083718e00ab986d'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||
'350c99545523f2fe8301bca9cb05f586')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.30-29 Kernel Configuration
|
||||
# Linux/arm 3.10.30-30 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -2111,7 +2111,7 @@ CONFIG_INPUT_MMA8450=y
|
|||
# CONFIG_INPUT_POWERMATE is not set
|
||||
# CONFIG_INPUT_YEALINK is not set
|
||||
# CONFIG_INPUT_CM109 is not set
|
||||
# CONFIG_INPUT_UINPUT is not set
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
# CONFIG_INPUT_PCF8574 is not set
|
||||
# CONFIG_INPUT_PWM_BEEPER is not set
|
||||
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
||||
|
|
Loading…
Reference in a new issue