mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
removing linux-odroidx-git dw_mmc module...for now until I can get uboot properly updated
This commit is contained in:
parent
67cb508724
commit
3f4d397a47
2 changed files with 4 additions and 4 deletions
|
@ -16,11 +16,11 @@ pkgrel=1
|
|||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'git')
|
||||
options=('!strip')
|
||||
source=('config'
|
||||
'change-default-console-loglevel.patch')
|
||||
md5sums=('ed8696888de0960ddd5da4080f1cab3e'
|
||||
md5sums=('303143436a0208741aa356edb1b48fd4'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||
|
||||
__gitroot="git://github.com/hardkernel/linux.git"
|
||||
|
|
|
@ -2553,9 +2553,9 @@ CONFIG_MMC_SDHCI_S3C=y
|
|||
# CONFIG_MMC_SDHCI_PXAV3 is not set
|
||||
# CONFIG_MMC_SDHCI_PXAV2 is not set
|
||||
# CONFIG_MMC_SDHCI_S3C_DMA is not set
|
||||
CONFIG_MMC_DW=m
|
||||
# CONFIG_MMC_DW=m
|
||||
# CONFIG_MMC_DW_IDMAC is not set
|
||||
CONFIG_MMC_DW_PLTFM=m
|
||||
# CONFIG_MMC_DW_PLTFM=m
|
||||
# CONFIG_MMC_VUB300 is not set
|
||||
# CONFIG_MMC_USHC is not set
|
||||
# CONFIG_MEMSTICK is not set
|
||||
|
|
Loading…
Reference in a new issue