mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6-cubox-dt add CONFIG_BLK_DEV_SR
This commit is contained in:
parent
41aacb5e65
commit
514a3455c4
2 changed files with 5 additions and 4 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=16
|
||||
pkgrel=17
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -29,7 +29,7 @@ source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.
|
|||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.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=('40a7283cfa9b3519453928f787f67fe9'
|
||||
'07b6ad4f289b6a790b65be53a079f1bf'
|
||||
'c6513294afcd633a0cb1f8926189c754'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'8dc29365fc5b0668c10f630cc5b5d82d'
|
||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.30-16 Kernel Configuration
|
||||
# Linux/arm 3.10.30-17 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -1503,7 +1503,8 @@ CONFIG_SCSI_DMA=y
|
|||
CONFIG_BLK_DEV_SD=y
|
||||
# CONFIG_CHR_DEV_ST is not set
|
||||
# CONFIG_CHR_DEV_OSST is not set
|
||||
# CONFIG_BLK_DEV_SR is not set
|
||||
CONFIG_BLK_DEV_SR=y
|
||||
CONFIG_BLK_DEV_SR_VENDOR=y
|
||||
# CONFIG_CHR_DEV_SG is not set
|
||||
# CONFIG_CHR_DEV_SCH is not set
|
||||
CONFIG_SCSI_MULTI_LUN=y
|
||||
|
|
Loading…
Reference in a new issue