mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-imx6-cubox add FHANDLE
This commit is contained in:
parent
0fecac6e79
commit
667a40cf0e
2 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,7 +25,7 @@ source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.
|
|||
'config'
|
||||
'change-default-console-loglevel.pat')
|
||||
md5sums=('40a7283cfa9b3519453928f787f67fe9'
|
||||
'835a3a8b2b058154410f74062b72d2ea'
|
||||
'45a6128efb6305ab1ab7edca0779bf5f'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.30-1 Kernel Configuration
|
||||
# Linux/arm 3.10.30-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -42,7 +42,7 @@ CONFIG_SWAP=y
|
|||
CONFIG_SYSVIPC=y
|
||||
CONFIG_SYSVIPC_SYSCTL=y
|
||||
# CONFIG_POSIX_MQUEUE is not set
|
||||
# CONFIG_FHANDLE is not set
|
||||
CONFIG_FHANDLE=y
|
||||
# CONFIG_AUDIT is not set
|
||||
CONFIG_HAVE_GENERIC_HARDIRQS=y
|
||||
|
||||
|
@ -1467,9 +1467,9 @@ CONFIG_ATH6KL_SDIO=m
|
|||
# CONFIG_WIL6210 is not set
|
||||
# CONFIG_B43 is not set
|
||||
# CONFIG_B43LEGACY is not set
|
||||
CONFIG_BRCMUTIL=m
|
||||
CONFIG_BRCMUTIL=y
|
||||
# CONFIG_BRCMSMAC is not set
|
||||
CONFIG_BRCMFMAC=m
|
||||
CONFIG_BRCMFMAC=y
|
||||
CONFIG_BRCMFMAC_SDIO=y
|
||||
# CONFIG_BRCMFMAC_USB is not set
|
||||
# CONFIG_BRCM_TRACING is not set
|
||||
|
|
Loading…
Reference in a new issue