mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-imx6-cubox-dt added CONFIG_IKCONFIG and HID_APPLE
This commit is contained in:
parent
261d4d363f
commit
14929fe54d
2 changed files with 6 additions and 5 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-imx6-3.14-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.14
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -31,7 +31,7 @@ md5sums=('5e138a2c2e329a5d99bd27d270e557a5'
|
|||
'ddf7876487c876f6676ef0e050e9d204'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'30d867fcb99993691db568022d0040e3')
|
||||
'9e6c25c1abe279550312404c1930c527')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.14.14-6 Kernel Configuration
|
||||
# Linux/arm 3.14.14-7 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -105,7 +105,8 @@ CONFIG_RCU_FANOUT_LEAF=16
|
|||
# CONFIG_RCU_FAST_NO_HZ is not set
|
||||
# CONFIG_TREE_RCU_TRACE is not set
|
||||
# CONFIG_RCU_NOCB_CPU is not set
|
||||
# CONFIG_IKCONFIG is not set
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_LOG_BUF_SHIFT=18
|
||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
||||
CONFIG_CGROUPS=y
|
||||
|
@ -4261,7 +4262,7 @@ CONFIG_HID_GENERIC=y
|
|||
CONFIG_HID_A4TECH=m
|
||||
CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ACRUX_FF=y
|
||||
# CONFIG_HID_APPLE is not set
|
||||
CONFIG_HID_APPLE=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BELKIN=m
|
||||
|
|
Loading…
Reference in a new issue